Jump to content

wesly

Membru
  • Posts

    2
  • Joined

  • Last visited

Everything posted by wesly

  1. problemă la compilarea gamemode-ul erori: \pawno\include\systems.inc(400) : error 029: invalid expression, assumed zero \pawno\include\systems.inc(400) : warning 215: expression has no effect \pawno\include\systems.inc(400) : error 001: expected token: ";", but found ")" \pawno\include\systems.inc(400) : error 029: invalid expression, assumed zero \pawno\include\systems.inc(400) : fatal error 107: too many error messages on one line linia 400: case pCashx: format(var, sizeof(var), "UPDATE users SET Money='%d' WHERE ID='%d'",GetPlayerCash(playerid), PlayerInfo[playerid][pSQLID]); am încercat să pun asta dar degeaba: case pCashx: format(var, sizeof(var), "UPDATE `users` SET `Money` = '%d' WHERE `ID` = '%d'", GetPlayerCash(playerid), PlayerInfo[playerid][pSQLID]); tot codul: https://pastebin.com/y0xUdDvY care mă ajută, are 50kk pe server-ul Ruby.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.