format
#1

it should look like it:
Код:
JoinDate = %d-%d-%d (example 11-4-2014)
its print in the INI file:
Код:
11-4-2014 =
Yes my entry is wrong but i have no idea how do it (No idea goes up to head haha )

Код:
new year, month, day;
				getdate(year, month, day);
				format(var, 32, "%d-%d-%d", day, month, year);
				INI_WriteString(File, var, PlayerInfo[playerid][pJoinDate]);
Reply
#2

use this
pawn Код:
INI_WriteString(File,"Join_Date", var);
Reply
#3

Thanks Zeus +REP
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)