SA-MP Forums Archive
y_uvar help - 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: y_uvar help (/showthread.php?tid=501693)



y_uvar help - Bect - 19.03.2014

Код:
          INI_WriteInt(PlayerAcc,   "SCORE",    15);
	  INI_WriteInt(PlayerAcc,   "KILLS",    0);
	  INI_WriteInt(PlayerAcc,   "DEATHS",   0);
	  INI_WriteInt(PlayerAcc,   "LEVEL",    0);
	  INI_WriteInt(PlayerAcc,   "MY_SKIN",  48);
How can I do this in y_uvar ??


AW: y_uvar help - Macronix - 19.03.2014

I guess something like this:
pawn Код:
Player_WriteInt("SCORE", 15);
Player_WriteInt("KILLS", 0);
//and so on..



Re: y_uvar help - Bect - 19.03.2014

Thanks but no. Isn't good ! ERROR ! y_uvar don't use WRITEINT in gamemode !