Search Results
Hey guys anyone got an Anti Cheat against Troll boss cmd /tb.kick: https://www.youtube.com/watch?v=UrHT6DU9zGw&t=63s command is spawning a near vehicle around you and TP you in the sky the proble...
143
Hey guys any idea how to make this LoadFactions function smaller ? Код HTML: function LoadFactions() { new rows; cache_get_row_count(rows); if(rows) { new id = 0, string[60]; for(new i...
161
Yea but still a link how to add new skins or VC , LC maps ?
312
Hey guys i saw on internet that you can put VC or LC in server and people can join it, it works for linux to ? Any link to find how to edit or add things like new skins or smth else put it bellow pls...
312
Yea it helped, thx i solved and it worked Код HTML: function Update(playerid, type) { if(IsPlayerConnected(playerid)) { query[0] = (EOS); { switch(type) { case pAdminx: { ...
206
yes i didn't mention them Код HTML: #define pAdminx 1 #define pMoneyx 2
206
Hey guys i have a new gamemode but the stats are not updating mysql version ins R41-2 Код HTML: enum pInfo { pSQLID, pName[MAX_PLAYERS], pPassword, pAge, pAdmin, pHelper, pMoney }; new PlayerInf...
206
i added 1 at OnPlayerRequestClass and 0 under login function and it works fine, thx
288
i can't spawn if is 1 and if i add it to 1 then change it to 0 is forcing me to press the spawn button
288
thx but the thing is i know how to stop that spawn buton to kick them if they press it or something else i just want not to showing to players who log in or register
288
Hey guys i have a simple problem with my 230 lines GM ... that when i register or log in i have those LEFT and RIGHT + Spawn Buttons can you guys help me and give an info how to remove them ? not like...
288
Код HTML: #define SQL_HOST "localhost" #define SQL_USER "root" #define SQL_PASS "" #define SQL_DB "server2" function ConnectionDB() { mysql = mysql_...
242
hey guys i wanted to do something from 0 and i took a gamemode from internet that has some few startup things like register/login and some few cmds i have a problem i try to edit the playerinfo and di...
242
ok, i k how to do it , i just wanted to prove to someone else thx for your answears
227
Hey guys is ok if load this thing every single seccond ? I mean it may create lag or if i add let's say 30+ lines should make lag or something ? Код HTML: function OnAccountSave(playerid) { if(...
227
Quote: Originally Posted by Vince The connection handle? You know ... PHP код: connectionHandle = mysql_connect(...);  ok, thx
268
Quote: Originally Posted by Vince Uh, that doesn't make sense. You're passing a playerid where you should be passing a connection handle ... Also, uhm, use SendClientMessageToAll? so w...
268
Hey guys i did a command to show me the querys but i get this error Код HTML: [ERROR] mysql_unprocessed_queries - invalid connection handle (id: 0) Код HTML: CMD:test(playerid) { foreach(new...
268
Quote: Originally Posted by Vince You should try compiling with the -l (lowercase L) option once to see for yourself how that shit works. This option only runs the pre-processor and the re...
387