21.05.2016, 21:06
Quote:
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); |
PHP код:
format(string,sizeof(string),"Date Joined: %d/%d/%d",datejoinedday[playerid], datejoinedmonth[playerid], datejoinedyear[playerid]);
PHP код:
format(string,sizeof(string),"Date Joined: %s",datejoined[playerid]);