24.05.2013, 11:25
I use this to save the date the file is created when registering
But i get this error
PHP код:
new Year, Month, Day;
getdate(Year, Month, Day);
format(string,sizeof(string),"%02d/%02d/%d", Day, Month, Year);
INI_WriteInt(File,"DateJoined",string);
PHP код:
F:\SFCRRPGv1.1\Los Santos TDM\gamemodes\new.pwn(4571) : error 035: argument type mismatch (argument 3)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.