Characters problem.
#8

have a look on this wiki example :

Код:
new hour, minute, second, string[32];
gettime(hour, minute, second);
 
format(string, sizeof(string), "The time is %02d:%02d:%02d.", hour, minute, second); // will output something like 09:45:02
SendClientMessage(playerid, -1, string);
Reply


Messages In This Thread
Characters problem. - by norton2 - 30.08.2015, 15:54
Re: Characters problem. - by SpikY_ - 30.08.2015, 15:56
Re: Characters problem. - by Sjn - 30.08.2015, 15:59
Re: Characters problem. - by norton2 - 30.08.2015, 16:05
Re: Characters problem. - by Sjn - 30.08.2015, 16:13
Re: Characters problem. - by norton2 - 30.08.2015, 16:17
Re: Characters problem. - by norton2 - 30.08.2015, 17:52
Re: Characters problem. - by SpikY_ - 30.08.2015, 17:54
Re: Characters problem. - by norton2 - 30.08.2015, 18:41

Forum Jump:


Users browsing this thread: 1 Guest(s)