Search Results
Who I can pay to optimize my gamemode?
182
Quote: Originally Posted by Mauzen I see a lot of stuff in there that needs optimisation, but nothing that would cause massive lags. For example?
182
Код: public OnPlayerUpdate(playerid) { AntiDeAMX(); // Anti Player Crasher by bartekdvd if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) { new Float:vec[3]; GetPla...
182
Hello, I have a problem with the CPU usage. When I get more people into the server, the CPU usage increases sometimes over 100% and in the server appears terrible lag. I most doubt "OnPlayerUpdate"......
182
I blocked that player by IP, but this type of attack crashed my server... I said that I have anti-spam protection, it kicks the normal players for spam in the chat, but this player - not. I don't kno...
394
Quote: Originally Posted by MBilal You need to add Anti Chat Spam. I have... it kicks the player after 3 warns for spam, but in this case this doesn't help... I don't know why... I see ...
394
Hello, this is the attack: Code: [15:44:19] [chat] [BlackBull]: ưƲƵƱƸƸƸƳƲƶ[ƕ._ STOOOPFLOOD _.Ն]ƶ ƴưƸƸƲưƳƸƲ [15:44:19] [chat] [BlackBull]: ƴƶƴưƲƴƵƶƱƷ[ƕ._ STOOOPF...
394
Yep, I already have it included.
192
Quote: Originally Posted by bobsona Thank you very much, man! This is the assistance that I expected. May I ask one more thing? I want the prefix to CAN contain spaces between the words. ...
192
Quote: Originally Posted by Mencent Hello! PHP код: if(strcmp(cmd, "/setprefix", true) == 0) {     if(IsPlayerConnected(playerid))      {         tmp = strto...
192
Quote: Originally Posted by Ralfie Can we PLEASE update to something more advanced? Download ZCMD and sscanf: Код: CMD:setprefix(playerid, params[]) { new prefix[100], id; if ...
192
Hello, I have this command Код: if(strcmp(cmd, "/setprefix", true) == 0) { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMe...
192
https://www.youtube.com/watch?v=uu0WM3v31BM Any protection for this?
85
Quote: Originally Posted by Stoyanov OnPlayerConnect is not called...... Only OnIncomingConnection The worst thig is that the ip's are different on every connection. Are you Bulgarian?...
192
Quote: Originally Posted by BleverCastard They're going to be using bots to connect if it's that quick. PHP Code: public OnPlayerConnect(playerid) {     if(IsPlayerNPC(playerid))...
192
I have the same problem... any ideas about protection from this attack?
192
1. Y_Ini is included. 2. I do not think the problem is in the numbers, because to some time ago everything was working and suddenly began to not display the objects.
185
Код: CreateDynamicObject(17084,4061.19555700,-9095.33691400,-10.16438900,0.00000000,0.00000000,-89.99998128); //object(6) That's in OnGameModeInit
185