Search Results
PHP Code: stock PutPlayerInFreeSeat(playerid,vehicleid) {     new count, iSeat, occupied[11];     for(new s=3;s<10;s++)     {     foreach(new i : Player)     {   Â...
40,159
thanks vince, and thanks to you too for replying 10min. Edit: should've used inttohex -_-
129
i am talking about the code, the query works fine. (when i try it other way around i get this "581034239") Edit: and nothing is useless 10MIN, everything here has a meaning.
129
ahh so you might be using the mselection ? PHP код: public OnPlayerModelSelection(playerid, response, listid, modelid) {     if(listid == skinlist)     {         if(respo...
90
if its from the dialogs (which usually is the case) then i would recommend you use this. https://github.com/Awsomedude/easyDialog I once had some problem with the dialogs so i converted all of them t...
266
send commands from discord to in-game, with or without strlib. (admin command based examples below) note: make sure say[string] size equals the number of letters in command. for example, in //help cm...
40,159
This is a repost with the new code. I've got this code which sometimes causes the server to lose connection to mysql db. PHP код: under OnPlayerConnect CheckPlayerBan(playerid) {     for...
75
Updates: *Stabilized the system. Now supports 10 groups per player. *Added group control panel with some interesting features. *Added afew more commands. Note: this filterscript is meant to be e...
691
i think i have found the temporary fix. ty u all for your support
112
upgraded my mysql plugin lately. Still getting this; PHP код: [13:17:36] 1054 Unknown column 'Heller' in 'where clause' OnPlayerBanCheck SELECT * FROM `bans` WHERE `pBanned` = ...
112
Create a timer to delay between menus. Still, this include is highly unstable for multiple menus.
1,454
could this be the issue ? PHP код: public OnPlayerConnect(playerid) {     new IP[16], query[200], query2[200], player[24];     GetPlayerIp(playerid, IP, 16);     GetPlayerIp...
112
bump.. edited main post. Edit: problem found = easy dialog is obsolete
61
Well i am using this code(query is called under onplayerconnect) the error occurs only seldom(rarely). There is no problem with the code, the troublesome part is that it causes server to lose connecti...
112
replace OnPlayerSpawn(playerid) with OnPlayerConnect or OnPlayerRequestSpawn
96
The dialog doesn't appear and I have checked the logs, query is working. The following code dosen't display any dialog at all. but.. Код: stock DisplayGroupMembers(groupid, playerid) { new qu...
61
use this instead. It will hide the textlabel, so you need not Destroy and create these labels each time on. UpdateDynamic3DTextLabelText(label, -1, "");
214