[HELP] Free VIP SQL [HELP]

Status
Not open for further replies.

xUnknownGamer

The Best Noob Around.
Feb 8, 2013
81
7
Hello Devbest,

I see that many hotels have free VIP (users have push, pull and follow commands etc.).

My buddy told me that it is a SQL that you need to add to your database, but he said he lost it.

So if anyone can send me the SQL for a R63 Phoenix Hotel, to make users have VIP it would be great.


Thanks.
 

IntactDev

Member
Nov 22, 2012
399
71
In your client somewhere, just add this if you're using mysql.

PHP:
$free_vip = true;
 
if($free_vip) {
    mysql_query("UPDATE users SET vip = '1'");
}
 
Status
Not open for further replies.

Users who are viewing this thread

Top