Search Results
Good system mate, I'm happy that CODE5 didn't claim even this to be their own invention lol
2,235
Looking to invest in RP server! Hit me up
205,856
Amazing mate! Really loved it, very clean! +2REP !
1,151
Quote: Originally Posted by Longover When i'm downgrade Just place the R33 plugin in your Plugin folder and the Include in your pawn/include folder
215
Please show some snippets of OnPlayerSpawn , OnPlayerDeath and where you set his skin
178
Quote: public OnPlayerConnect(playerid) { new name[MAX_PLAYER_NAME]; new string[120]; GetPlayerName(playerid,name,sizeof(name)); format(string,sizeof(string),"%s has Join the serv...
105
Looking forward to assist in some development work! Free of charge, though the project should have potential, and most important, should grab my attention!
205,856
Код: public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart) { new Float:hp; if(weaponid == 54) GetPlayerHealth(playerid, hp), hp+=amount, SetPlayerHealth(playe...
104
Код: new name[MAX_PLAYERS][MAX_PLAYER_NAME]; GetPlayerName(playerid, name[playerid], MAX_PLAYER_NAME); format(string, sizeof(string), "{ffff66}(INFO) %s (ID %d) has joined the server", n...
105
When you downgrade ? or when you try to move it to R41?
215
Код: new name[MAX_PLAYER][MAX_PLAYER_NAME]; GetPlayerName(playerid, name[playerid], MAX_PLAYER_NAME); format(string, sizeof(string), "{ffff66}(INFO) %s (ID %d) has joined the server", ...
105
The names of those functions have been changed, either downgrade to R33 or follow this https://sampforum.blast.hk/showthread.php?tid=616103
215
Downgrade to R33 or change the names according to this https://sampforum.blast.hk/showthread.php?tid=616103
60
Just some solutions that you can apply here is that 1: kick players if they are using a known proxy with the help of GeoIP 2: once these bots are joining, and they join real quick, so why not have a c...
626
Quote: I don't know if this will work but every bot connects with a different IP. It won't work for bots with different IP,that's true i would kick players with a known proxy by ...
626
if(oInfo[playerid][i][matindex[0]] == 0) to if(oInfo[playerid][i][matindex[0] == 0)
124
one method is to check their IP and then set a limit, lets suppose Код: #define MAX_CONNECTIONS_FROM_IP 5 new pip[MAX_PLAYERS]; public OnPlayerConnect(playerid) { GetPlayerIp(playerid,pip...
626