Jail timer
#2

pawn Код:
forward Unjail(playerid);
public Unjail(playerid)
{
    if(!IsPlayerConnected(playerid)) return 1;
    if(PlayerInfo[playerid][pJail] == 1)
    {
        PlayerInfo[playerid][pJail] = 0;
        SetPlayerPos(playerid, 1383.1418,2185.1440,11.0234);
        SetPlayerInterior(playerid, 0);
        PlayerInfo[playerid][pJailTime] = 0;
    }
    return 1;
}
Reply


Messages In This Thread
Jail timer - by xir - 16.01.2011, 08:06
Re: Jail timer - by dice7 - 16.01.2011, 08:09
Re: Jail timer - by xir - 16.01.2011, 08:26
Re: Jail timer - by [L3th4l] - 16.01.2011, 08:38
Re: Jail timer - by dice7 - 16.01.2011, 08:38
Re: Jail timer - by xir - 16.01.2011, 08:50
Re: Jail timer - by WillyP - 16.01.2011, 12:27
Re: Jail timer - by xir - 16.01.2011, 13:07

Forum Jump:


Users browsing this thread: 1 Guest(s)