Search Results
So this is what has been happening lately. In random times server starts to send too many packets to players, which starts causing server connection drops and eventually me having to restart the machi...
1,588
I understand, but correct me if I'm wrong, thats what i did here, this is the complete gamemode: main: pawn Код: #include "a_samp.inc"#include "a_mysql.inc"#include "YSI_Coding\y_timers.inc"#inc...
301
So basically like this: main pawn Код: #include "a_samp.inc"#include "a_mysql.inc"#include "YSI_Coding\y_timers.inc"#include "modules/core/connect.pwn"#include "modules/core/init.pwn"#include "Y...
301
It doesn't matter. If i remove it from main and compile it i still get the same error \gamemodes\modules\core\init.pwn:4 (error) symbol already defined: "@yH_OnGameModeInit@003"
301
Hello! I have a problem with y_hooks, it says that pawn Код: (error) symbol already defined: "@yH_OnGameModeInit@003" This is how my gamemode is now, basically blank main pawn Код: #includ...
301
Hello! I have a problem with zex veh comp When i try to get the name of component i get error error 037: invalid string (possibly non-terminated string) Code: pawn Код: new comp_name[64];GetVe...
90
This is what happens when i get this error Код: [13:26:00] Lost connection to the server. Reconnecting.. [13:26:00] The server is restarting.. [13:26:00] Connecting to 95.172.92.192:7777... [1...
67
Hello! I have a problem for which I do not know or can find a solution. The problem is this, I connect to the server play for a couple of minutes and all of the sudden I get this error: Connection re...
67
Hello! What could be causing this to show up ? [16:22:24] Packet was modified, sent by id: 90, ip: xx.xxx.xxx.xxx:51173 I just bought a new dedicated server at OVH and this started happening. It was...
53
Nevermind I fixed it, turns out that the streamer plugin was causing the problem. I downgraded to 2.8.2 and its working for now
171
Yes I'm sure and this also happens on third actor since I'm only using this for three of them. This is how i created them: pawn Код: // creating themnew cityActor;cityActor = CreateActor(163,149...
171
Maybe but it still does not explain why it was working a couple of days or even a day ago on a server that holds 150+ players and now it doesnt
171
My bad invulnerable is false. But still not called, I created a debug command which would return actors status and this is what i got pawn Код: CMD:checkactor(playerid, params[]) {    if(IsVali...
171
Hello! I don't know what i'm doing wrong but for some reason OnPlayerGiveDamageActor Is not being called and it was working before.. I'm trying to figure it out but I just don't see what could be wron...
171
Hello, I was wondering how can I attach a label to moving/standing object. The reason I'm looking for this is when i have a label attached to a object and that object gets hit with a car I want the la...
78
I would, but i dont know what is the problem.
97
Hi, does anyone know what could be causing this ? I thought it's my graphic, but then my friend joined and it's like this for him too.
97
Hello, i have a problem with this function, what i'm trying to do is loop through all created teleports and also get the distance, but it spam for examle, if i have only one spawn, and its like 1 mete...
60