Search Results
Quote: Originally Posted by maddinat0r Huh, didn't wanted to ask about the server version, I need the MySQL client version. However, I assume that your MySQL server is running on the same ...
92,787
Quote: Originally Posted by maddinat0r Why don't you want to use the cache? What OS do you use? What is your MySQL server version? Ubuntu Linux 12.04.2 / MySQL version 5.5.32
92,787
Failed (plugins/mysql.so: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient_r.so.16 with link time reference) Why I get that error?
92,787
No problem using r33. Thank's for release.
92,787
After i converted my gamemode to MySQL R7 , after some time , server freeze. Players remain freezed and nobody can connect ... can someone explain what i did wrong?
73
pawn Код: LoadVehicles(){    mysql_function_query(ConexiuneMySQL, "SELECT * FROM `masini`", true, "LoadVehicless", "");    return 1;}Functie LoadVehicless(){    new Index;    new string[25...
38
Quote: Originally Posted by Misiur How does your Functie macro work? Does it generate public function? Yes , forward/public.
81
pawn Код: Functie LoginMySQL(playerid, Nume[], Parola[]){    new Query[255];    new SqLNickName[MAX_PLAYER_NAME],SqLKey[128];    mysql_real_escape_string(Nume, SqLNickName);    mysql_real_...
81
Good , but if I want to use y_hooks , i need to change callback in gamemode too ? Or only where i want to use y_hooks ?
68
Cand someone tell me how to use y_hooks ? An example for an .inc ? I really need to do something . Thank's in advance
68
pawn Код: new Text3D:TextUpCarlabeldv[MAX_DVEHICLES]; Onplayerentervehicle pawn Код: if(IsValidVehicle(idlabeldv) && VehicleCreated[idlabeldv] == VEHICLE_PLAYER)        {      ...
42
How I can do , if is an certain hour , to auto-use an command? I'm using zcmd Thank's in advance.
60
I need MySQL R5 , blueG version (Include + Plugin + Libmysql) CentOs , i can't found them Thank's in advance.
43
Nice ideea, to combine an good map from counter strike into sa-mp .... 10/10
252
I don't know english very good , and i'm not understanding some thinks ....
126
I think dini , That is an similar gamemode what i use
126
I want to convert my user storage to mysql , just user storage ... Cand someone help me with an tutorial to make that ? Or .... some help ?
126
The boats spawn if the slot is used, if you got 4/6 slots used, it will spawn 4 boats, because just 4 players joined event. After the race is over, that boats respawn. Just do 2 race to see.
341
Quote: Originally Posted by HavingGood This is removes the boat You tested the code ? Do race 2 times , and see what happens
341