Quote:
Originally Posted by s4kuL
Vocк declarou a forward?
Tente usar assim:
pawn Code:
stock IsEnemyOnRange(playerid) { new bool:Is = false; for(new i = 0; i < MAX_PLAYERS; i++) { if(Team[i] == TERRORISTS) { if(IsPlayerInRangeOfPoint(i, 10.0, 214.0234,1875.9612,13.1406)) { Is = true; } } } return Is; }
|
Sim estб declarada e nгo funcionou assim