getdate not working
#2

Try again:

Код:
if(!strcmp(cmdtext, "/day", true))
{
    if (IsPlayerAdmin(playerid) || PlayerInfo[playerid][pAdminX] >= 1336)
    {
        new Day = getdate();
        format(string, 3,"%d",Day);
        SendClientMessage(playerid,COLOR_WHITE,string);
    }
    return 1;
}
Reply


Messages In This Thread
getdate not working - by cssbart - 11.08.2012, 15:23
Re: getdate not working - by Youarex - 11.08.2012, 15:40

Forum Jump:


Users browsing this thread: 1 Guest(s)