01.08.2011, 09:16
I want to save name OnDialogResponse while registeration but its not workingm
pawn Код:
INI_WriteInt(File,"Name",Player_Name(playerid)[pName]);/// <<----how can i fix this?
INI_WriteInt(File,"Password",udb_hash(inputtext));
INI_WriteInt(File,"Cash",0);
INI_WriteInt(File,"Admin",0);
INI_WriteInt(File,"Kills",0);
INI_WriteInt(File,"Deaths",0);
INI_Close(File);