SA-MP Forums Archive
updatelevel - 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)
+--- Thread: updatelevel (/showthread.php?tid=639933)



updatelevel - Loinal - 25.08.2017

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 ?


Re: updatelevel - 10MIN - 25.08.2017

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