25.05.2011, 11:09
Set a timer to the player for the objects to load.
TogglePlayerControllable(playerid, false);
SetTimerEx("Function", 3000, false, "d", playerid);
public Function(playerid)
return TogglePlayerControllable(playerid, true);
TogglePlayerControllable(playerid, false);
SetTimerEx("Function", 3000, false, "d", playerid);
public Function(playerid)
return TogglePlayerControllable(playerid, true);