MYSQL REP+
#1

Hello, How i can set all accounts AdminRank and Helper to 0? i want purge all staff

im using mysql
Reply
#2

Hi ShadeWalker,

You can run the following query from phpmyadmin or your gamemode to do this:
Код:
UPDATE `accounts` SET `AdminRank`=0,`Helper`=0 WHERE 1
This will set ALL accounts AdminRank & Helper to 0.
Reply
#3

Use this
pawn Код:
UPDATE `accountfile` SET `adminrank`=0, `Helperlevel`=0 WHERE 1
Reply
#4

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)