Get Date don't work?
#1

Код:
stock GetDate(playerid)
{
    new Year, Month, Day, string[124];
    getdate(Year, Month, Day);
    format(string,sizeof(string),"%02d/%02d/%d", Day, Month, Year);
    SendClientMessage(playerid,-1,string);
    return string;
}
Why this don't work?
Reply


Messages In This Thread
Get Date don't work? - by Blackazur - 14.10.2013, 17:55
Re: Get Date don't work? - by matyi10012 - 14.10.2013, 17:57

Forum Jump:


Users browsing this thread: 1 Guest(s)