vip donation
#1

hey everyone
i need some help . i wanna make my servers vip system automatic. so when players order the vip account online from my website, it sets the player vip automatically... how is it possible to do that?
Reply
#2

You need a MySQL database, and you need to know the basics of php/html/mysql. Then create a new line in the player database, so when a player donates it will set the value of the vip to 1. And when they connect to the server, check if the value == 1 then make them a vip.
Reply
#3

Yes, what he said was right, I don't know if there's other way, but MySQL will fix your request.
Reply
#4

oh thanks ill try it
Reply
#5

Its not at all difficult if you are using MySQL.Just have a variable VIP.After player is a VIP then set that variable.
In your script OnPlayerConnect, get the column and check if the player is VIP then enable.
Reply
#6

oh does this work if i use luxadmin as the vip system?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)