SA-MP Forums Archive
How To Make VIP System - 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: How To Make VIP System (/showthread.php?tid=166035)



How To Make VIP System - Jordan_Lee - 07.08.2010

how to make vip system
like i will pay for it
i want so only vips can buy cars
turismo
gocarts
golfcarts
monstertruck
and +
and they can have a locker so u can get guns adn health adn armor for free
and u can drive vip cars
+ on chat for vips
+ special color name in game


Re: How To Make VIP System - Min - 07.08.2010

Good question, I want to ask also about this.

lol


Re: How To Make VIP System - Mystique - 07.08.2010

Are you thinking this as a reallife paying or a in game paying? If you mean in game it's just to make a command named /donate for example and then let it check how much a player donates with a variable called for example DonatedAmount[MAX_PLAYERS]; And if the variable reaches for example 100000 you can make something that makes it VIP with a variable called Donator[MAX_PLAYERS]. You asked for pretty much so I explained it extremely shortly Lol.


Re: How To Make VIP System - r0b - 07.08.2010

It's like scripting an admin system. You need to save the VIP-Levels of Users in a userfile and read it when they connect. Then check e.g. if somebody buys a turismo, if he is a vip. If he is, let him buy. Otherwise cancel the buy. Sorry for bad english.


Re: How To Make VIP System - James124 - 04.09.2010

check some premade vip system to learn about it