Jump to content

Albert Constantin

Members
  • Posts

    2
  • Joined

  • Last visited

Albert Constantin's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Am uitat sa postez linia, si nu pot da edit, scuze, poftim: public MySQLCheckAccount(sqlplayersname[]) { new query[128], escstr[MAX_PLAYER_NAME]; mysql_real_escape_string(sqlplayersname, escstr); format(query, sizeof(query), "SELECT `ID` FROM users WHERE `name` = '%s'", escstr); mysql_query(SQL,query); mysql_store_result(); --->>>> ASTA ESTE LINIA CU PROBLEMA <<<<----- if (mysql_num_rows()==0) { mysql_free_result(); return 0; } else { new strid[32], intid; mysql_fetch_row(strid); intid = strval(strid); mysql_free_result(); return intid; } }
  2. Salut, am si eu erorile astea, ma puteti ajuta va rog? D:\BigZoneGM\gamemodes\BigZoneGM.pwn(3909) : error 029: invalid expression, assumed zero D:\BigZoneGM\gamemodes\BigZoneGM.pwn(3909) : error 029: invalid expression, assumed zero D:\BigZoneGM\gamemodes\BigZoneGM.pwn(3909) : error 001: expected token: ")", but found ";" D:\BigZoneGM\gamemodes\BigZoneGM.pwn(3909) : fatal error 107: too many error messages on one line Linie: mysql_store_result(); Va rog, daca stiti, sa ma puteti ajuta Initial mi-a aparut asta:
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. 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.

moduri samp