Help Me Witch GANG ZONES - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help Me Witch GANG ZONES (
/showthread.php?tid=102506)
Help Me Witch GANG ZONES -
nlcrp - 15.10.2009
Hi! I wish somebody would help me create gangzone! Am beginner and I'm not doing it!
I use the X-treme San Andreas Ultimate Mapper and he gave me this code:
//======================
/ / Above OnGameModeInit:
new BALLAS;
/ / Insert OnGameModeInit
public OnGameModeInit () (
GangZoneCreate ball = (1090.567, -1283.14, 1231,272, -1144969);
return 1;
}
/ / Player Spawn
public OnPlayerSpawn (playerid) (
GangZoneShowForPlayer (playerid, BALLAS, 0x80008096);
return 1;
}
//======================
I put this code in the way he asked,
but PAWNO closed
Re: Help Me Witch GANG ZONES -
[XST]O_x - 15.10.2009
OnGameModeInit:
Delete the line you Did,Use that:
pawn Код:
BALLAS = GangZoneCreate(1090.567, -1283.14, 1231.272, -1144969);