Search Results
I already made this! I am compiling with -d3 written in pawn.cfg in the pawn folder.
388
It doesn't help. The problem is still here. It stopped a minute ago. Code: [12:44:40] [debug] Server crashed while executing bgmod.amx [12:44:40] [debug] AMX backtrace: [12:44:40] [debug] #0 0000002...
388
No, I don't. Before I used it, but now - no.
388
Hello, I have a problem with my server. Sometimes when a player is kicked(for commands spam, chat spam, ping kick, not accepting the rules dialog, etc) the server stops. I have no idea why this is hap...
388
That helped for some weapons! Thanks! Some of the weapons like sniper are now OK but there is problem only with the Sawnoff Shotgun. Any ideas why this is happening? I have no specifications for indi...
152
It gives me this warning: Код: warning 213: tag mismatch in the return lines Код: public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid) { return amount; } public OnPla...
152
I had this before: Код: public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid) { return 1; } public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid) { retu...
152
But this is happening outside the area in this IF statement?
152
When players hit each other with Sawn Off or Sniper sometimes it doesn't take damage of the player who is hited. But this doesn't happen always. Any ideas why is this happening? I don't have OnPlayer...
152
I host my server on a Linux machine. It is started normally but players can't see when it is online. The process is running but in the SA:MP client it is not showing that the server is online. What ma...
576
Sorry for bumping an old thread but I have the same problem. I updated YSI to 4.00.0001(the newest version downloaded from here https://github.com/Misiur/YSI-Includes/releases) and one of the variabl...
160
Thank you bro! I did everything you said, I updated all the plugins and includes. But it crashed again and gave me this info Code: [19:20:20] [debug] Server crashed while executing bgmod.amx [19:20:2...
205
And now this Code: [15:40:07] [debug] Server crashed due to an unknown error [15:40:07] [debug] Native backtrace: [15:40:07] [debug] #0 b746c180 in _Z13GetStackTraceRSt6vectorI10StackFrameSaIS0_EEPv ...
205
under your skin change command put: if(IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, COLOR, ""You can't change your skin while you are in a vehicle!");
138
Code: public OnPlayerDisconnect(playerid, reason) { AntiDeAMX(); new var0[80]; new year, month, day; getdate(year, month, day); new string[128]; format(string, sizeof(string), "%i/%i/%i", mo...
205
This happened today Code: [19:36:28] [debug] Server crashed while executing bgmod.amx [19:36:28] [debug] AMX backtrace: [19:36:28] [debug] #0 00000029 in ?? () at <unknown file>:0 [19:36:28] [d...
205
https://sampforum.blast.hk/showthread.php?tid=591938 you might use this
55
If you have a command which you set the skin with restrict the skinid from 0 to 311. And players mustn't change their skin while they are in a vehicle.
138