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...
374
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...
11,209
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
...
754
Quote:
Originally Posted by Calisthenics
Trying to fetch data that is not integer.
What should I do to solve this problem?
754
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...
754
Quote:
Originally Posted by Calisthenics
Код:
format(query, sizeof(query), "SELECT * FROM `racerotation` WHERE race = %s ", race);
mysql_function_query(dbHandle, query, true, "OnRaceM...
195
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...
195
MySQL as the system of record should
305
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...
133
Quote:
Originally Posted by anltrn
neoldu lan зцzemedinmi teneke
Seni ters yatırır dьz sikerim.Amcık hoşafı seni.
278
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...
278
Quote:
Originally Posted by Gammix
http://www.tutorialspoint.com/sqlite...sert_query.htm
I still do not understand where the error is
417
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 ...
417
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 ...
417
Quote:
Originally Posted by introzen
You must define the columns.
PHP код:
INSERT INTO goldpot_data (ID, PosX) VALUES ('1' , '1234.1111')
More detailed explana...
417
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 ...
223