SA-MP Forums Archive
How do I add commands to ladmin in a separate FILTERSCRIPT? - 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: How do I add commands to ladmin in a separate FILTERSCRIPT? (/showthread.php?tid=422688)



How do I add commands to ladmin in a separate FILTERSCRIPT? - Vytixz - 14.03.2013

dasdasdasdasd


Re: How do I add commands to ladmin in a separate FILTERSCRIPT? - Bakr - 14.03.2013

You would need to edit the ladmin script in some way:

1) Use properties for storing the player's level

2) Use PVars for storing the player's level

3) Create a function that returns the level and call it with CallRemoteFunction


Re: How do I add commands to ladmin in a separate FILTERSCRIPT? - Vytixz - 14.03.2013

dasdasdsad


Re: How do I add commands to ladmin in a separate FILTERSCRIPT? - Bakr - 14.03.2013

Do some research (the wiki works wonders)!

It's also worth knowing WHY you want to do this. You need to alter the script in some way, so why not just add the commands to that script?