help with jail
#2

Quote:

how can i make to freeze player for 5 seconds?

pawn Код:
if(PlayerInfo[playerid][pJailed] == 1)
{
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid,1409.7526,-1480.6539,14.2280);
SetTimerEx("Jail",5000,false,"d",playerid)
TogglePlayerControllable(playerid, 0);
SendClientMessage(playerid, COLOR_LIGHTRED, "Incomplete Jail Sentence, back to jail.");
return 1;
}
Reply


Messages In This Thread
help with jail - by StyleR - 08.09.2010, 17:53
Re: help with jail - by Matej_ - 08.09.2010, 18:16
Re: help with jail - by Matej_ - 08.09.2010, 18:18

Forum Jump:


Users browsing this thread: 1 Guest(s)