SA-MP Forums Archive
Point me the way - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Point me the way (/showthread.php?tid=164194)



Point me the way - willsuckformoney - 30.07.2010

Can someone point me the way to starting a VIP System?? xD i wanna make VIP system for VIP to have certain privileges that a normal players cant has


Re: Point me the way - cessil - 30.07.2010

it's just like an admin level system


Re: Point me the way - Code_Red - 30.07.2010

try using DINI


Re: Point me the way - FireCat - 30.07.2010

yeh like cessil download a admin system or follow the tutorial on the samp wiki


Re: Point me the way - mihaitza55 - 30.07.2010

/makemevip >>> PlayerInfo[playerid][pVIP] = 1;
/deletemyvip >>> PlayerInfo[playerid][pVIP] = 0;

And create the "pVIP," near the "pAdmin," ; set it to 0 on OnPlayerConnect ; save it to .ini if u like, crap like that..


Re: Point me the way - willsuckformoney - 30.07.2010

tehe anyones know how to do that with ladmin?