10.07.2011, 14:35
Quote:
http://forum.sa-mp.com/showthread.ph...ighlight=Pause this should help instead having to make a timer.
|
pawn Код:
stock Pause(playerid)
{
TogglePlayerControllable(playerid,false);
GameTextForPlayer(playerid, "~g~objects loading, please wait...", 5000,1);
Loaded[playerid] = 1;
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
SetPlayerPos(playerid,x,y,z+1);
SetTimer("LoadPlayer",3100,false);
}