SA-MP Forums Archive
Help with file saving. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help with file saving. (/showthread.php?tid=247708)



Help with file saving. - [NRP]Blade - 10.04.2011

Well i am making a RP GM with my friend and i am working on the criminal record. We use y_ini, but i cant get it to add +1 to the Arrests. This is my fail try :
Код:
SetPVarString(playerid,"Arrests", +1);
Oh and sry if i sound like a n00b, i have searched but couldn't find anything and just basicly started using y_ini.
Thanks in advance.


Re: Help with file saving. - Mean - 10.04.2011

Try using normal variables
pawn Код:
Arrests[ playerid ]++;
.
I don't really get how this is connected with Y_INI.