30.08.2009, 00:15
How to make a Jail time?, I use this code for my jail
But, I want that seconds should go down, not only stay at 60 or 120.
Any ideas?
Код:
if(strcmp("/jailtime",cmdtext,true) == 0)
{
format(string,sizeof(string)," %d Seconds",PlayerData[playerid][Prison]);
SendClientMessage(playerid,WHITE,string);
return 1;
}
Any ideas?

