09.07.2013, 12:20
now I have got this but nothing happens
Код:
public OnPlayerStateChange(playerid, newstate, oldstate) { if(PlayerInfo[playerid][VIP] == 0) { if(IsPlayerInRangeOfPoint(playerid, 5.0, -2636.7231,1403.7640,906.4609)) { SetPlayerPos(playerid,-2625.1719,1409.0491,7.1016); return true; } if(IsPlayerInRangeOfPoint(playerid, 5.0, -2661.0100,1415.4069,922.1953)) { SetPlayerPos(playerid,-2661.8076,1426.2075,23.8984); return true; } } return 0; }