Search Results
Quote: if(endedtutorial[playerid] != false) change to Quote: if(endedtutorial[playerid] != 0) and Quote: //Register user dini_BoolSet(Gracz,"Uko...
144
Hello everyone, i have question about dialogs. Is possible to make DIALOG_STYLE_LIST rows in OnDialogResponse dynamic? I explain more: example i got 2 cars so loop genarate for me rows like Sultan\nEl...
100
Guys I'am out of ideas and anyway is possible using R35 mysql plungin to return formatted text? EX: Код: mysql_format(dbhandle, querys, sizeof(querys), "SELECT * FROM `table` WHERE Winner = '1');...
87
Код: mysql_format(hangle, querys, sizeof(querys), "SELECT * FROM `data` WHERE Name = '%s' OR Protocol = '%s' LIMIT 1", PlayerName(playerid), GetPlayerIpEx(playerid)); you see what i mean?
71
i know how to use single one parameter but when i need two or three so how about that?
71
Hi guys after orm systems was released i have one question about sql "AND" and "OR" how they should look like in orm systems?
71
Код: stock LoadServersConfig() { new Year, Month, Day, date[20], date1[20], Hour, Minute, Second; getdate(Year, Month, Day); gettime(Hour, Minute, Second); format(date, sizeof(date), "%d-%0...
89
Код: stock LoadServersConfig() { new Year, Month, Day, date[20], date1[20], Hour, Minute, Second; getdate(Year, Month, Day); gettime(Hour, Minute, Second); format(date, sizeof(date), "%d-%0...
89
 ORM
Hi guys totally noob on ORM systems and i have no clue how to make data retrieving from old table, before retrieving old table i create new one and from old i want to get data and put into new one so ...
89
Founded solution, thanks.
85
is any way to get vehicle door side which player standing or entering into vehicle? like left or right side any scripts to get that? Thanks.
85
Hi guys i have problem is possible after i respawn vehicle, created vehicles variables from enum will be restored to null? and i have to set variables again?
53
Hi guys is possible to use in stock enum variable? Example: Код: enum test { drink, bool:dead } new TESTENUM[MAX_PLAYERS][test]; stock TestStock(playid, enumv) { TESTENUM[playid][enumv] = fals...
65
Quote: format(Query, 500, "UPDATE `playerdata` SET `admin` = '%i', `score` = '%i', `money` = '%i', `kills` = '%i', `deaths` = '%i' WHERE `id` = '%d' LIMIT 1", you missed these: ...
153
hello guys i have question, is possible to use "break" for returning values from loop and breaking down a loop? Example: Код: stock GetVehicleIDFromSQL(sqlid) { for(new i = 1; i <= MAX_VEHICLE...
61
Quote: Originally Posted by Vince I assume you want to know this to insert new stuff into the table, in which case you should use auto_increment and mysql_insert_id(). actually i dont ...
98