31.01.2014, 12:37
Hello all!
I want some help with my function :
new INI:File = INI_Open(UserPath(playerid));
INI_SetTag(File,"data");
INI_WriteInt(File,"Ban",1);
INI_WriteInt(File,"NomAdmin",PlayerName(playerid)) ;
INI_WriteInt(File,"RaisonBan",params);
INI_Close(File);
NomAdmin and RaisonBan don't work! I don't know why! There is an other function to write name and her reasons? Please help me.
I want some help with my function :
new INI:File = INI_Open(UserPath(playerid));
INI_SetTag(File,"data");
INI_WriteInt(File,"Ban",1);
INI_WriteInt(File,"NomAdmin",PlayerName(playerid)) ;
INI_WriteInt(File,"RaisonBan",params);
INI_Close(File);
NomAdmin and RaisonBan don't work! I don't know why! There is an other function to write name and her reasons? Please help me.