Time(hours,minutes,seconds)
#4

Quote:
Originally Posted by Problems
Посмотреть сообщение
Thanks, and another question I save the date the player joined how to make it like the example i wrote up.
The Example:
Код:
format(string,sizeof(string),"Date Joined: %d"datejoined[playerid]);
SendClientMessage(playerid,-1,string);
like it should show any date like 21/05/2016.
Save it with string or another integer for day/month/year . And will be like this:
PHP код:
format(string,sizeof(string),"Date Joined: %d/%d/%d",datejoinedday[playerid], datejoinedmonth[playerid], datejoinedyear[playerid]); 
Or like this:

PHP код:
format(string,sizeof(string),"Date Joined: %s",datejoined[playerid]); 
Reply


Messages In This Thread
Time(hours,minutes,seconds) - by Problems - 21.05.2016, 18:48
Re: Time(hours,minutes,seconds) - by AbyssMorgan - 21.05.2016, 19:17
Re: Time(hours,minutes,seconds) - by Problems - 21.05.2016, 19:51
Re: Time(hours,minutes,seconds) - by ilijap - 21.05.2016, 21:06

Forum Jump:


Users browsing this thread: 1 Guest(s)