SA-MP Forums Archive
Quick Question :) - 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: Quick Question :) (/showthread.php?tid=549492)



Quick Question :) - gtasarules14 - 07.12.2014

Hello everyone! Today I am wondering one simple thing.

How would I load my user information from my gamemode to a filterscript? I would like them to share player information.
I am using Y_INI if that helps!

Any replies always help! Thank you


Re: Quick Question :) - DrumYum - 07.12.2014

Information from files or from variables in gamemodes?
For files: load info from files like in your gamemode
For vars: use PVars or CallRemoteFunction.


Re: Quick Question :) - BroZeus - 07.12.2014

- reply removed-


Re: Quick Question :) - gtasarules14 - 07.12.2014

Thank guys! I used PVars and they worked!, Appreciate it!