Search Results
BUMP ( I don't have any more details I could add, please help me with what I have provided above )
66
#include <a_mysql> Did you include your plugin?
248
Perhaps it's a filterscript.. Ctrl+F and search "Incoming Warning", in everything you implement GM + FS, name all of plugins as well.
100
I have an issue loading any plugin that implements Winsock on windows server. I tried socket by BlueG v0.2, it outputs: Код: [19:11:31] Loading plugin: socket [19:11:31] Failed. I tried socke...
66
new text1[112], text2[112], string[224], pos = strfind(text," ", false, 102);
200
if(success) { SpamCheck[playerid] = GetTickCount(); return 1; } if(!success) return SendClientMessage(playerid, COLOR_WHITE, "{FFFFCC}Error: Unknown command.");
112
there is an idea, set maximum health for you vehicles to 998.0, and do onupdate check vehicle health if it's 1000.0 that means someone used hacks; but you have to take in consideration the paintsprays...
57
SOLVED! I was doing mysql_connect(host, user, pass, name) when it should have been mysql_connect(host, user, name, pass); i was following standard format but i didn't know better.. thanks anyway
91
sorry for reposting, edit didn't wanna work .. mysql_log: [21:05:29] [DEBUG] mysql_connect - host: "127.0.0.1", user: "root", database: "root", password: "****", port: 3306, autoreconnect: true [21:...
91
More details : mysql_log says I can't connect to root@localhost database info: 127.0.0.1 root root dbnameexp Any idea why it's not leting me in my localhost db? // I'm able to connect to it on a li...
91
hello, I have a filterscript, whitelist sort of way, I have a database table structured this way: PRIMARY KEY - VARCHAR(32) - VARCHAR(32) ID (int 11) - Player ...
91
Did you run your server on localhost to check if it does the same thing?
245
your enum shall now become : enum unameit { pAdmin, ... bool: pGodMode } Код: CMD:god(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] >= 3) { if (PlayerInfo[playerid][pGodMod...
75
"..dialog to register,then another one to login" tell me the cases, you are not registered and it shows register dialog then login dialog or what? and why you don't check if password is correct or no...
155
you have to change FROM `players` to FROM `BannedGameAccounts` and fetch what you need
171
check when does MAX_VEHICLES stop maybe MAX_VEHICLES is at like 50 that's why it only saves that much
142
use bool type and when bool antibug_state; #define ANTIBUG_ON true #define ANTIBUG_OFF false cmd:toggleantibug { if(antibug_state==ANTIBUG_ON) antibug_state=ANTIBUG_OFF; ...
82
CMD:anticbugon .... { SendRconCommand("loadfs anticbugon"); // replace anticbug on with your fs name } SendRconCommand("unloadfs anticbugon"); // to turn it off.
82
can you try "i" instead of "d" even tho they are the same?
123