Search Results
Hi everyone, This warning is constantly logged in the mysql_log file. Whenever a new player enters, this error is rewritten. In my mysql_log File; Code: [18:11:07] [ERROR] cache_get_row_int - invali...
257
Code: C:\Users\celli\Desktop\ww3\pawno\include\wshop.inc(1258) : error 035: argument type mismatch (argument 4) C:\Users\celli\Desktop\ww3\pawno\include\wshop.inc(1293) : error 035: argument type mis...
8,544
Quote: Originally Posted by Adamoneoone He told you the issue, you are trying to fetch data using the wrong function. If you're trying to get floats, use if you're trying to get a string ...
476
Quote: Originally Posted by Calisthenics Trying to fetch data that is not integer. What should I do to solve this problem?
476
what exactly is the problem? Code: [16:49:28] [ERROR] cache_get_row_int - invalid data type [16:50:18] [ERROR] cache_get_row_int - invalid data type [16:51:11] [ERROR] cache_get_row_int - invalid d...
476
Quote: Originally Posted by Calisthenics Код: format(query, sizeof(query), "SELECT * FROM `racerotation` WHERE race = %s ", race); mysql_function_query(dbHandle, query, true, "OnRaceM...
126
Hi everyone, i have a race system with mysql. But doenst work. Код: COMMAND:yarisyukle(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] < 2) return SendClientMessage(playerid, CO...
126
only inside the car show message player Код: format(str, sizeof(str), "%s(%d) isimli araз %s(%d) tarafından tamir edildi.", vehName[GetVehicleModel(vID) - 400], vID,PlayerName, playerid); Bilg...
70
Quote: Originally Posted by anltrn neoldu lan зцzemedinmi teneke Seni ters yatırır dьz sikerim.Amcık hoşafı seni.
182
Quote: Originally Posted by xTURBOx To solve undefined symbol update your samp include From what your have provided I can't find the problem on line 1100 Show some lines above and below...
182
Quote: Originally Posted by Gammix http://www.tutorialspoint.com/sqlite...sert_query.htm I still do not understand where the error is
220
Quote: Originally Posted by AmigaBlizzard It looks like your data is in place as intended. You could try to change the column "hint" and remove the "character set latin5" from it and see ...
220
Quote: Originally Posted by AmigaBlizzard Not adding the column-names has nothing to do with this error, as long as you put the values in the proper order as they are defined in the table ...
220
Quote: Originally Posted by introzen You must define the columns. PHP код:  INSERT INTO goldpot_data (ID, PosX) VALUES ('1' , '1234.1111')  More detailed explana...
220
Quote: Originally Posted by Konstantinos "cache_insert_id" was added in later versions. Anyway, you should always use the latest version (R39-5) and not much have been changed since then ...
123