Search Results
I have changed the code Код HTML: SQL_SaveCharacter(playerid) { if (pInfo[playerid][pLogged] == 0) { return 0; } new query[1048]; printf("compte enregistrer"); pInfo[...
67
Hello, When i'm register on my server i have this problem in mysql_log, Код HTML: [14:50:08] [ERROR] CMySQLQuery::Execute[] - (error #1064) Syntax error near '`Arme6' line 1 And i'm disconnecte...
67
There's nothing in the mysql log and no error in the compile pawn Код HTML: case THREAD_LOGIN: { cache_get_data(rows, fields, g_iHandle); if (!rows) { ...
155
Quote: Originally Posted by Stinged Vince already gave the solution, why hasn't anyone implemented it? Код: case THREAD_LOAD_CHARACTER: { if (cache_get_row_count(g_iHandle) == 0) ...
155
Quote: Originally Posted by Vince cache_get_data is of little use if you don't check its output, i.e. whether there are actually any rows in the result. I have added this " { } " and th...
155
Hello In my file "MySQL_log" i have this problem Код HTML: [22:56:51] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0') [22:56:51] [ERROR] CMySQLResult::GetRowDataByName() - i...
155
{ "cmd": ["pawncc.exe", "$file", "-o$file_path\\\\$file_base_name", "-;+", "-(+", "-d3"], "file_regex": "(.*?)[(]([0-9]*)[)]", "working_dir": "C:\Users\aflid\Documents\zserveur samp\SQL\pawno" }
143
Hello and sorry for my bad English, I have dowload sublim text 2 and i have dowload sublim text of pawn and i compiled my file PHP код: Error trying to parse build system: invalid esc...
143
Quote: Originally Posted by K0P LOL What? Why a timer? Use a hook instead! I forgot how it works, you can also show us
173
HTML Code: if(IsPlayerInRangeOfPoint(playerid, 3.0, -1425.7504,-1527.9706,101.8923)){ DisablePlayerCheckpoint(playerid); RemovePlayerAttachedObject(playerid, 7); SetPlaye...
173
Edit i have changed the code format(query, sizeof(query), "INSERT INTO `compte` (`ID`) VALUES('%d')", pInfo[playerid][pID]); mysql_tquery(g_iHandle, query, "OnQueryFinished", "dd", playerid,...
224
Quote: Originally Posted by Shinja Have you done this? and show the new code, and the errors No error HTML Code: SQL_CreationCompte(playerid) { if (!pInfo[playerid][pLogged]) ret...
224
Quote: Originally Posted by Stinged Commas (,) are missing. Code: format(query, sizeof(query), "INSERT INTO `compte` (`ID`, \ `Enregistrer`, \ `Vie`, \ It still does not work
224
Quote: Originally Posted by Fantje PHP Code: Champ 'compte' inconnu dans where clause  translate this please Champ 'account unknown in where clause And in my bdd HTML...
224
It still does not work HTML Code: SQL_CreationCompte(playerid) { if (!pInfo[playerid][pLogged]) return 0; new query[2048]; format(query, sizeof(query), "INSERT INTO `compte` ...
224
I do not understand these tutorials though the syntax is good I do not understand
224
Hello it does not register [00:26:38] [ERROR] CMySQLQuery::Execute[OnQueryFinished] - (error #1054) Champ 'compte' inconnu dans where clause HTML Code: SQL_CreationCompte(playerid) { if (!pInfo[pl...
224