Y_INI problem
#5

try this

pawn Код:
SendClientMessage(playerid, COLOR_LIME, "[Success]{FFFFFF} You have bought a Bullet for 2500 points! Use /carhelp to see your abilities!");
                    pInfo[playerid][points] = -2500;
                    pInfo[playerid][vehicle] = true;

                    new INI:file = INI_Open(Path(playerid));
                    INI_SetTag(file,"Player's Data");

                    INI_WriteInt(file,"Points", pInfo[playerid][points]);
Reply


Messages In This Thread
Y_INI problem - by Nourdin - 15.02.2014, 15:15
Re: Y_INI problem - by Nourdin - 15.02.2014, 16:12
Re: Y_INI problem - by Souffi030 - 15.02.2014, 16:35
Re: Y_INI problem - by Nourdin - 15.02.2014, 16:35
Re: Y_INI problem - by JacobSanchez - 15.02.2014, 16:38
Re: Y_INI problem - by Nourdin - 15.02.2014, 16:43
Re: Y_INI problem - by JacobSanchez - 15.02.2014, 16:55
Re: Y_INI problem - by Mattakil - 15.02.2014, 17:01
Re: Y_INI problem - by JacobSanchez - 15.02.2014, 17:05

Forum Jump:


Users browsing this thread: 3 Guest(s)