fusez / Map-Editor-V3

Fusez's Map Editor Version 3 - This is a map editor for SA:MP
26 stars 12 forks source link
dynamic-categories graphical-user-interface gui map-edit map-editor pawn samp userfriendly v3

Map-Editor-V3

Version 3

Download Links + How-To @ the end of readme

Header

Features:

What's New?

Screenshot(s):

Screenshot

More pictures can be seen in this album.

The map shown in the album is included in the map editor package.

Credits:

Dependencies: REQUIRED!

Downloads can be found at the bottom of the page

How To:

How to Compile:

Before Loading:

How to Load:

Problem?

If something doesn't work as it should, try using a blank gamemode combined with the map editor filterscript! Example provided below.

(Thanks to Kwarde for the tip)

pawn Code:

#include <a_samp>

main() { }

public OnGameModeInit() {
    AddPlayerClass(0, 0, 0, 0, 0, 0, 0, 0 ,0 , 0 ,0);
}

Download