Quote:
Originally Posted by KnooL
pawn Код:
if(strcmp("/enter", cmdtext, true, 6) == 0) { if(IsPlayerInRangeOfPoint(playerid, 3.0, 1172.6001,-1323.2318,15.4027) || IsPlayerInRangeOfPoint(playerid, 3.0, 2033.9796,-1402.4280,17.2930)){ TogglePlayerControllable(playerid,0); SetPlayerPos(playerid, -3436.1538,475.9111,57.6132); SetTimerEx("LoadObjects",1000,false,"i",playerid); } return 1; }
forward LoadObjects(playerid); public LoadObjects(playerid) { TogglePlayerControllable(playerid,1); }
If the player still falls into the sea make the timer bigger than 1000ms (1sec). And make sure you got the player in the right interior.
|
Doesn't work, is this the only way?
Error
Quote:
error 004: function "LoadObjects" is not implemented
|