[Ajuda] Nome com Tempo online
#2

Код:
public OnGameModeInit()
{
	SetTimer("hora",1000,1);
	return 1;
}

forward hora(playerid);
public hora(playerid)
{
    new string[24],hour,minute,second;
    gettime(hour,minute,second);
   	format(string, sizeof(string), "%d:%d:%d",hour, minute, second);
	SetGameModeText(string);
}
Reply


Messages In This Thread
Nome com Tempo online - by GHLEMES - 03.05.2014, 16:55
Re: Nome com Tempo online - by TheIII - 03.05.2014, 17:38
Re: Nome com Tempo online - by GHLEMES - 03.05.2014, 17:51
Re: Nome com Tempo online - by iTzDemon - 03.05.2014, 18:18
Re: Nome com Tempo online - by caiom1999 - 02.06.2014, 15:17
Re: Nome com Tempo online - by MultiKill - 02.06.2014, 15:55

Forum Jump:


Users browsing this thread: 1 Guest(s)