SA-MP Forums Archive
VIP in Registration - 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: VIP in Registration (/showthread.php?tid=603383)



VIP in Registration - eikzdej - 22.03.2016

Hi im using this System https://sampforum.blast.hk/showthread.php?tid=574714

How can i make new players turns VIP level 5 upon creating their account?

Thanks!


Re: VIP in Registration - thegamer355 - 22.03.2016

at the register code add:
Код:
Player[playerid][VIP] = 5;
-TG