[Error with YSI\y_ini]
#7

INI_WriteInt is only for integers. All the variables that are suppose to save as "None" and the player name are strings, so it needs to be INI_WriteString, you also have to include the string size after "None" and the player name.

pawn Код:
INI_WriteString(File,"NormalName",GetPlayerName(playerid, pname, sizeof(pname),MAX_PLAYER_NAME);
INI_WriteString(File,"NormalAbility","None",4);
//etc.
Reply


Messages In This Thread
[Error with YSI\y_ini] - by Dreamwall - 30.06.2016, 21:34
Re: [Error with YSI\y_ini] - by Konstantinos - 30.06.2016, 21:45
Re: [Error with YSI\y_ini] - by Dreamwall - 30.06.2016, 22:06
Re: [Error with YSI\y_ini] - by Dreamwall - 30.06.2016, 22:25
Re: [Error with YSI\y_ini] - by DTV - 01.07.2016, 00:52
Re: [Error with YSI\y_ini] - by Dreamwall - 01.07.2016, 17:04
Re: [Error with YSI\y_ini] - by DTV - 01.07.2016, 17:26
Re: [Error with YSI\y_ini] - by Dreamwall - 01.07.2016, 20:03
Re: [Error with YSI\y_ini] - by Konstantinos - 01.07.2016, 20:30

Forum Jump:


Users browsing this thread: 2 Guest(s)