Search Results
Hi all! I have 0.3.DL server.. and 50-70 players online.. 1-2 players can't connect to the server. https://i.imgur.com/MbQuOYd.png What's the problem?
61
Код: enum RInfo { radioChannel, radioOwner[MAX_PLAYER_NAME], radioPass, radioOn }; Set TO Код: enum RInfo { radioChannel, radioOwner[MAX_PLAYER_NAME], radioPass[12...
73
I don't find this.. MP_OPC... in gamemode..
64
What is this?? Код: [15:54:05] [debug] Run time error 4: "Array index out of bounds" [15:54:05] [debug] AMX backtrace: [15:54:05] [debug] #0 00057b58 in public MP_OPC (3) from lsrpv2.amx [15:54:...
64
Код: Dialog:VEHICLELIST(playerid, response, listitem, inputtext[]) { if(!response) return 0; if(response) { if(Character[playerid][Penz] < DealershipData_Normal[listitem][1]) return ...
56
Код: new Query[255]; for(new id; id < MAX_AUTO; id++) { format(Query, sizeof(Query), "SELECT * FROM Jarmuvek WHERE SQLID = %d", id); mysql_query(mysql,Query); if...
71
Код: [13:09:22] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT weaponid, ammo FROM player_weapons WHERE userid = %d;" [13:09:22] [DEBUG] CMySQLResult::CMySQLResult() - constructor...
160
Hi all! Код: mysql_format(mysql, query, sizeof(query), "SELECT weaponid, ammo FROM player_weapons WHERE userid = %d;", pData[playerid][pID]); mysql_tquery(mysql, query, "OnLoadPlayerWeapons", "...
160
BUT I don't know how to convert my script... Код: CMD:boombox(playerid, params[]) { new string[128]; if(!GetPVarType(playerid, "BoomboxObject")) { if(sscanf(params, "s[256]", params)) ret...
123
Hy all! I need help to automatically convert ******* url to mp3... so /boombox [*******url]
123
Solved... Problem: Nativechecker.so.... SHIT
57
Код: [debug] Run time error 4: "Array index out of bounds" [22:59:12] [debug] Accessing element at index 50 past array upper bound 49 [22:59:12] [debug] AMX backtrace: [22:59:12] [debug] #0 00015...
57
Код: forward SaveAccount(playerid); public SaveAccount(playerid) { if(gPlayerLogged[playerid] == 1) { new query[2000], Float:pos[4]; GetPlayerPos(playerid, pos[0], pos[1], pos[2]); GetPlay...
75
Код: CMD:saveaccounts(playerid, params[]) { if(pData[playerid][pAdmin] >= 2 && pData[playerid][pAdminBelepve] == 1) { foreach(Player, i) { SaveAccount(i); } new str[120]...
75
Код: [17:30:50] [debug] Run time error 4: "Array index out of bounds" [17:30:50] [debug] Accessing element at index 50 past array upper bound 49 [17:30:50] [debug] AMX backtrace: [17:30:50] [debu...
61
Код: EID:1064 >> ERRMSG: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 >> ERRCLB...
92