28.02.2009, 08:34
How can i enter a time and a date in a string?
if(!strcmp(cmd,"/time",true))
{
format(string,sizeof(string),"The date is now: %d/%d/%d, The time is now: %d:%d:%d",day,month,year,hour,mins,sec);
return SendClientMessage(playerid,0xFFFFFFAA,string);
}