Search Results
Well , damn. I had to restart pawno and then re-compile.... got tons of errors. Quote: C:\Users\user\Desktop\New folder (5)\gamemodes\pfew.pwn(400 : error 017: undefined symbol "mysql_st...
139
Also , I've updated to the newest mysql version R39-2
139
Did the next thing: defined host , user , etc. then pawn Код: new mysql_handle; //at the begining of the .pawn filepublic OnGameModeInit(){    mysql_handle = mysql_connect(SQL_HOST, SQL_USER, ...
139
Quote: Originally Posted by Riddick94 What MySQL version do you use? MYSQL R5
139
Kinda new to mysql things. What am I supposed to write instead of Quote: /*YOUR MYSQL HANDLE*/ and between Quote: "", "");
139
Hello , I'm trying to update an column with some given data but it doesn't work. Код: new string1[256]; format(string1, sizeof(string1), "UPDATE players S...
139
ok.. So. I made a car randomly and now i\'m trying to park it , but i can\'t understand how /editv works . Please give me an example. What I type in the dialog: 6 0 0 . Thanks.
6,226