30.10.2018, 09:57
What I understood is to set players with only the level 3, 200 Credits.
If you want to increment the values of ALL players with no condition, you can do that:
If you want to increment the values of ALL players with no condition, you can do that:
pawn Код:
UPDATE accounts SET pcredits= pcredits + 1, plevel = plevel + 1;