Quote:
Originally Posted by MadeMan
pawn Код:
public Check() { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(IsPlayerInRangeOfPoint(i, 2.0, 2305.9927, -16.2388, 26.7496)) { SetPlayerInterior(i, 0); SetPlayerPos(i, 2271.6396,2289.1282,10.8203); } } } }
change playerid to i
|
LOL I didn't notice that! XD