SA-MP Forums Archive
question Gvar - 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)
+--- Thread: question Gvar (/showthread.php?tid=282787)



question Gvar - NeyMar96 - 12.09.2011

PHP код:
PlayerInfo[id][Kills] += k
How to change it to Gvar?


Re: question Gvar - Kingunit - 12.09.2011

Do you mean this? : https://sampforum.blast.hk/showthread.php?tid=151076


Re: question Gvar - NeyMar96 - 12.09.2011

yes how??


Re: question Gvar - Patchwerk - 12.09.2011

SetPVarInt(playerid,"Kills",GetPVarInt(playerid,"K ills")+k);