SA-MP Forums Archive
Accessing player variables through different files - 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: Accessing player variables through different files (/showthread.php?tid=404848)



Accessing player variables through different files - YoYo123 - 04.01.2013

Is there any other way for this except putting data into a file using the 1st script and loading the data from the 2nd script? Can SetPVarInt and GetPVarInt be used globally around different files?

+rep for helpers.


AW: Accessing player variables through different files - ULLLIIK - 04.01.2013

you can access the PVars from other filterscripts, yes


Re: Accessing player variables through different files - YoYo123 - 04.01.2013

Thanks!