/jailtime Problem
#1

Код:
  if(strcmp("/jailtime",cmdtext,true) == 0)
{
format(string,sizeof(string)," %d Minutes",PlayerData[playerid][PrisonTime]);
SetTimerEx("JailTime",PlayerData[playerid][PrisonTime]*60000,0,"i",playerid);
SendClientMessage(playerid,WHITE,string);
return 1;
}
It says only how long, I jailed him 5minutes, I want it should go down like I jailed some one 5 minutes, he checks after 1 minute /jailtime and it should say 4min, any tips how to make it ?
Reply


Messages In This Thread
/jailtime Problem - by Erkan - 30.08.2009, 09:17
Re: /jailtime Problem - by DeathOnaStick - 30.08.2009, 15:58
Re: /jailtime Problem - by JR ! - 30.08.2009, 22:57
Re: /jailtime Problem - by Erkan - 31.08.2009, 02:12
Re: /jailtime Problem - by Erkan - 31.08.2009, 06:49
Re: /jailtime Problem - by JR ! - 31.08.2009, 10:59
Re: /jailtime Problem - by Erkan - 01.09.2009, 08:36
Re: /jailtime Problem - by Erkan - 01.09.2009, 19:27
Re: /jailtime Problem - by Erkan - 02.09.2009, 14:47

Forum Jump:


Users browsing this thread: 1 Guest(s)