Jedzkie
The Master of White Spaces
- Messages
- 632
- Points
- 0
- Age
- 33
- Location
- Philippines
- Discord
- ✪ Jedzkie#0662
- IRC Nickname
- Jedzkie
- Github
- Jedzkie
- Emulator
- Client Version
- 2016-03-16 RE
hi how can I randomly set cash point to my account using query_sql?
example:
query_sql ("UPDATE `cash` SET `cash_point` = cash_point + rand(100,1000) WHERE `account_id` = '"+getcharid(3)+"'");
if i use the item, this is the error. DB error - Operand should contain 1 column(s)
Thanks!
example:
query_sql ("UPDATE `cash` SET `cash_point` = cash_point + rand(100,1000) WHERE `account_id` = '"+getcharid(3)+"'");
if i use the item, this is the error. DB error - Operand should contain 1 column(s)
Thanks!