Posts: 1,494
Threads: 120
Joined: Dec 2009
Reputation:
0
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
Posts: 1,363
Threads: 14
Joined: Apr 2009
Reputation:
0
it's just like an admin level system
Posts: 2,322
Threads: 260
Joined: Jul 2010
Reputation:
0
yeh like cessil download a admin system or follow the tutorial on the samp wiki
Posts: 51
Threads: 8
Joined: Dec 2009
Reputation:
0
/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..
Posts: 1,494
Threads: 120
Joined: Dec 2009
Reputation:
0
tehe anyones know how to do that with ladmin?