Search Results
Код: rows = cache_num_rows(); if(rows) { } else // no rows found
69
Quote: Originally Posted by Loinal I don't want to disable it i want just if the race is not started he stays on the 1st textdraw when race starts he takes the 1st one and then switch W...
122
Quote: Originally Posted by GangstaSunny. Read carefully next time dude. Your comment makes no sense. really ? no sense ? c'mon, don't be mean you little nazi. i just continued what yo...
156
Quote: Originally Posted by GangstaSunny. That's a good way. The problem is just if one player enters a business in Los Santos with a sultan, and a other player a business in San Fierro wi...
156
Quote: Originally Posted by Sunehildeep Because you used time as a string and saving the time as Integer That's right transform this: Код: time[6]; to this: Код: time; .. th...
111
Код: stock GetNameFromCharID(charid) { new query[512]; mysql_format(MySQLCon, query, 512, "SELECT `username` FROM `characters` WHERE `ID` = %d LIMIT 1", charid); return mysql_tquery(MySQLCon, q...
70
Код: stock LoadCurseFMACheckpoints(idcursa) { new query[MAXO_TEXT]; mysql_format(connectionHandle, query, sizeof(query), "SELECT X,Y,Z FROM Races_checkpoints WHERE IDCursa = %d", idcursa); mys...
70
Why EmptyCallback ? You need a public to retrieve de data.
70
Other stuffs like what ? This forum is full of info if you search.
56
Код: if(sscanf(params, "uds[128]", playerb, time, params)) return SendClientMessage(playerid, COLOR_WHITE, "Usage: /ojail [playername] [time] [reason]"); it should solve the problem.
111
Yes, but Код: If(injured[playerid] = 1) is not correct Код: If(injured[playerid] == 1) this is. You need first of all to "turn on" that variabile somewhere, i think onplayerdeath is okay....
166
Quote: Originally Posted by xLucy It isnt, I just need help desperately. I've never fiddled about with Timer's and so thats why I dont want to try it until I see a CLEAR example of it made...
166
I feel this like a contest. For the other problem i suggest you to use: https://sampwiki.blast.hk/wiki/SetTimerEx.
166
Код: CMD:reviveplayer(playerid, params[]) { new id; if(PlayerInfo[playerid][pMember] < 1 && PlayerInfo[playerid][pMember] <= 7) return SendClientMessage(playerid, -1, "You're not ...
166
I like the design a lot, nice work mate. I can tell you that you don't need KillTimer and SpeedTimer, instead you can use: Код: SetTimerEx("UpdateSpeed", UPDATE_INTERVAL, 0, "i", playerid); in ...
1,102
Nicee +1 But dude .. just solve the errors.
292
Like the title says .. i need to load and store all data at once and i tried this: Code: stock IncarcaSkinSelector() { mysql_tquery(connectionHandle, "SELECT * FROM skin_selector", "LoadModelSelec...
61
Explain what do you want to do ..
110