21.03.2010, 09:37
Alright. I have this.
But I just can use /challenge everywhere and the gangzone still flashes?
Код:
if (strcmp("/challenge", cmdtext, true, 10) == 0) { new Float:X,Float:Y; if (X <= 2235 && X >= -1729 && Y <= 2501 && Y >= -1642) GangZoneFlashForAll(LspZone,0xFF0000FF); }else{ SendClientMessage(playerid,red,"You aren't in a gang zone"); return 1; }