updatelevel
#1

I want to make /updatelevel [level] to [level] like update the all the vip members to admins
PHP код:
results = mysql_query(mysql, "SELECT Username FROM players WHERE Admin = %d"); 
i checked the name and the level and now how can i set all ?
Reply
#2

Maybe a query like this can help?
PHP код:
UPDATE players SET Admin = [ADMIN LEVEL] WHERE [VIP COLLUMN NAME] = [VIP LEVEL TO PROMOTE TO ADMIN] 
Note: Replace the [] with values
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)