03.10.2011, 18:37
So I made a map.
Was fun. Used the turtle guy's editor which FUCKING owns.
This uses RemoveBuildingForPlayer
Here are the RemoveBuildingForPlayer lines. There are a few duplicate lines which could be deleted and the range increased on just one line but no big deal. http://pastebin.com/CKNF8BAc You should put these lines in OnPlayerSpawn(playerid)
Here are the CreateObject lines. http://pastebin.com/kViSK1Kf You should put these lines in OnGameModeInit()
You can also cover the original map image with a gang zone. The colour might be a bit off.
Rate or slate. Never really made a map but with this editor its fun!
Was fun. Used the turtle guy's editor which FUCKING owns.
This uses RemoveBuildingForPlayer
Quote:
This function was added in SA-MP 0.3d and will not work in earlier versions! |
Here are the RemoveBuildingForPlayer lines. There are a few duplicate lines which could be deleted and the range increased on just one line but no big deal. http://pastebin.com/CKNF8BAc You should put these lines in OnPlayerSpawn(playerid)
Here are the CreateObject lines. http://pastebin.com/kViSK1Kf You should put these lines in OnGameModeInit()
You can also cover the original map image with a gang zone. The colour might be a bit off.
pawn Код:
new coverup; // Top
coverup = GangZoneCreate(2082.0449,1203.2681,2257.2510,1363.2435); // init()
GangZoneShowForPlayer(playerid, coverup, 0xc0a981FF); // OnPlayerSpawn