Advertisement
Guest User

Untitled

a guest
Mar 26th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. else if(strcmp(item, "money", true) == 0) {
  2. if(valoare > 2000000000 || valoare < 0) return SCM(playerid, COLOR_GREY, "Invalid.");
  3. if(userid != INVALID_PLAYER_ID) MoneyMoney[userid] = valoare;
  4. mysql_format(SQL, query, sizeof(query), "UPDATE `users` SET `Money`='%d' WHERE `name`='%s'", valoare, id);
  5. mysql_tquery(SQL, query, "", "");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement