Search Results
Hi, i have above code , and i want to put every id of cars on "model" , to create a car with specific different pos position from database. Код: mysql_format(1, load_vehicles, "SELECT * FROM `ve...
83
Quote: Originally Posted by Firewire You can use mysql_fetch_row_format simply because when it is used the row pointer is automatically increased so you don't have to use a loop or a varia...
180
instead of this while(mysql_fetch_row(Query,"|")) with mysql r7 how i do?
180
Quote: Originally Posted by Firewire You set the co-ordinates yourself through a command that will 'INSERT' or 'UPDATE' existing rows in a table. I suggest looking at this if you have abs...
180
i have searched but no luck, a question, how spawn vehicles with coodonates from database? and each to have different pos coodonates
180
Hi, how i extract diffrent spawn positions for vehicles with mysql and spawn the vehicles?
180
Hi,i use mysql R7, and i wonder how i update the variable? because if i update one rows in game time , the variabile in game is not update.How i update?
108
hi, i have a problem with dialogs using mysql r7, a player is logged ,and when another player is come and connect to server,is not showing the dialogs,because is send all the dialogs to first player t...
66
The problem is that is not pass the syntax Код: forward Warn(playerid,params[]); public Warn(playerid,params[]) { new rows,fields,targetid,motiv[129],warn_query_select[128]; cache_get_data(rows...
68
Quote: Originally Posted by Finn707 pawn Код: #define SQL_Host "127.0.0.1"#define SQL_User "root"#define SQL_Password ""#define SQL_Database "yourdatabase"new Connect_Handle;forward On...
172
Hi everybody,i need someone to help me in how i make a query with mysql R7? I tried to read tutorials but i dont understand. Let's say we want to extract the row "username", how i do that? and explain...
172
Put the plugin first and all of your problem is gone
108
I have r5, i dont what the problem... EDIT: I think that here is the problem Код: mysql_query(string); mysql_store_result(query); new rows = mysql_num_rows(result);
92
Hy,i have this code and my question is why she dont give me result? she tell me that is 0 result in db,but i know as the result are prezent in db. Код: new string[128]; GetPlayerName(playerid,use...
92
Hy,i want to make a user system wich use mysql and dialog,but the tutorials from the net ar fu**ed,i search for entire day but i dont find anything good.Can someone help me?Thanks
56
Quote: Originally Posted by iGetty Simply do this: pawn Код: //top of scriptnew PlayerAge[MAX_PLAYERS];public OnPlayerConnect(playerid){    ShowPlayerDialog(playerid, 1, DIALOG_STYL...
181