Gang Zone problem. - 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)
+--- Thread: Gang Zone problem. (
/showthread.php?tid=564915)
Gang Zone problem. -
HY - 23.02.2015
Hello.
I tried to create a gang zone:
pawn Код:
new Zone;
public OnFilterScriptInit()
{
Zone = GangZoneCreate(93.423, 1775.037, 362.0141, 2066.984);
return 1;
}
public OnPlayerSpawn(playerid)
{
GangZoneShowForPlayer(playerid, Zone, 0x0000FF6B);
return 1;
}
But, actually, I can't see gang zone in-game:
What's wrong?
+Rep for helper.