%i time...
#7

pawn Код:
public JailTime(playerid)
{
   countn--;
   new string[250];
   format(string,sizeof(string),"You are jailed for %d seconds!",countn);
   GameTextForPlayer(playerid,string,countn*1000,4);
   if(countn<=-1)
   {
      KillTimer(counttimer);
      SetPlayerPos(playerid,OUTSIDEJAIL COORDINATES);
      SendClientMessage(playerid,COLOR_GREEN,"Unjailed!");
   }
 return 1;
}
That shows time to the jailed player
Reply


Messages In This Thread
%i time... - by Gooday - 06.04.2012, 14:22
Re: %i time... - by MP2 - 06.04.2012, 14:29
Re: %i time... - by Cjgogo - 06.04.2012, 14:29
Re: %i time... - by MP2 - 06.04.2012, 14:31
Re: %i time... - by AndreT - 06.04.2012, 14:38
Re: %i time... - by Gooday - 06.04.2012, 14:39
Re: %i time... - by Cjgogo - 06.04.2012, 14:41
Re: %i time... - by Gooday - 06.04.2012, 15:23
Re: %i time... - by Harish - 07.04.2012, 07:32

Forum Jump:


Users browsing this thread: 1 Guest(s)