how to make player freeze when he..[Read]
#8

Quote:
Originally Posted by Lilcuete
Посмотреть сообщение
http://forum.sa-mp.com/showthread.ph...ighlight=Pause this should help instead having to make a timer.
Oh really? This comes straight from that topic:
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);

}
Notice some fishy about that?
Reply


Messages In This Thread
how to make player freeze when he..[Read] - by Mr.Black - 10.07.2011, 14:02
Re: how to make player freeze when he..[Read] - by Sensitive - 10.07.2011, 14:05
Re: how to make player freeze when he..[Read] - by Mr.Black - 10.07.2011, 14:07
Re: how to make player freeze when he..[Read] - by Anastasia - 10.07.2011, 14:08
Re: how to make player freeze when he..[Read] - by [L3th4l] - 10.07.2011, 14:09
Re: how to make player freeze when he..[Read] - by Mr.Black - 10.07.2011, 14:21
Re: how to make player freeze when he..[Read] - by Lilcuete - 10.07.2011, 14:24
Re: how to make player freeze when he..[Read] - by [L3th4l] - 10.07.2011, 14:35

Forum Jump:


Users browsing this thread: 2 Guest(s)