21.03.2010, 09:43
Quote:
Originally Posted by bartje01
Alright. I have this.
Код:
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; } |
as for the new problem, use GangZoneFlashForPlayer instead of for all.