arturhaddad
Member
- Joined
- Aug 14, 2010
- Messages
- 217
- Reaction score
- 8
I'm trying to randomize the levels of a certain account, I'm trying the following syntax:
UPDATE `players` SET `level` > 8 AND < 30 WHERE `account_id` = 4250183
But it keeps getting error
I want to put the levels in a value between 8 and 30, how can I do this?
I want to do this for a pvp event in my sv
Thanks!

REP+++
REP+++
UPDATE `players` SET `level` > 8 AND < 30 WHERE `account_id` = 4250183
But it keeps getting error
I want to put the levels in a value between 8 and 30, how can I do this?
I want to do this for a pvp event in my sv
Thanks!
REP+++
REP+++