How to add date on this?
#1

Hi guys! i need help, i want to add the current date on this code:
pawn Код:
new stringbig[356];
            if(team[playerid] == TEAM_HUMAN)
            {
            format(stringbig,sizeof(stringbig),"{C9FFAB} [HUMAN](%d): %s",playerid, text);
            SendPlayerMessageToAll(playerid,stringbig);
            }
            if(team[playerid] == TEAM_ZOMBIE)
            {
            format(stringbig,sizeof(stringbig),"{C9FFAB} [ZOMBIE](%d): %s",playerid, text);
            SendPlayerMessageToAll(playerid,stringbig);
            }
like this: [dd/mm/yy - hh:mm]

Thanks..
Reply


Messages In This Thread
How to add date on this? - by XGreen - 12.10.2014, 09:25
Re: How to add date on this? - by AroseKhanNiazi - 12.10.2014, 10:26
Re: How to add date on this? - by XGreen - 12.10.2014, 10:32
Re: How to add date on this? - by Dampyr - 12.10.2014, 10:56
Re: How to add date on this? - by AroseKhanNiazi - 12.10.2014, 11:06

Forum Jump:


Users browsing this thread: 1 Guest(s)