Timer time left
#2

something like ...

Код HTML:
CMD:timeleft(playerid)
{
     new string[120];
     if(gLogged == 0) return 1; // Check if he is logged put your variable.
     if(IsPlayerJailed == 1) // Your variable that calls if a player is or not in jail.
     {
          format(string, sizeof(string), "Your jail time: %d", playerinfo[playerid][jtime]); // This %d is for secconds only
	  SCM(playerid, -1, string);
     }
}
Reply


Messages In This Thread
Timer time left - by Logan0147 - 20.06.2017, 21:23
Re: Timer time left - by StR_MaRy - 20.06.2017, 21:51
Re: Timer time left - by GSFBart - 20.06.2017, 22:25
Re: Timer time left - by Eoussama - 21.06.2017, 00:41
Re: Timer time left - by StR_MaRy - 21.06.2017, 11:36

Forum Jump:


Users browsing this thread: 1 Guest(s)