#1

help i need a /jailtime command.
Must Player in jail to use it

when Player do /jailtime he see How much time left in Jail

i have Maid This But it's satble the time i mean like 5min he said how much on sec
Код:
CMD:jailtime(playerid,params[])
{
        new time[20];
        jailtime[playerid]--;
        if(PlayerInfo[playerid][JailTimer] > 0)
        {
            format(time,sizeof(time),"Jailtime: %d",PlayerInfo[playerid][JailTimer]);
            SendClientMessage(playerid,-1,time);
        }
        return 1;
}
Reply


Messages In This Thread
Help - by anassmaroc - 27.09.2015, 20:47
Re : Help - by KillerDVX - 27.09.2015, 20:58
Re: Help - by anassmaroc - 28.09.2015, 09:03
Re: Help - by Logic_ - 28.09.2015, 09:09
Re: Help - by anassmaroc - 28.09.2015, 09:13
Re: Help - by Logic_ - 28.09.2015, 09:17
Re: Help - by anassmaroc - 28.09.2015, 09:29
Re: Help - by Logic_ - 28.09.2015, 09:37
Re: Help - by anassmaroc - 28.09.2015, 09:59
Re: Re : Help - by Logic_ - 28.09.2015, 10:34

Forum Jump:


Users browsing this thread: 7 Guest(s)