08.04.2016, 17:21
I have kind of a strange problem. When my server is full with 32 players sometimes a few more players will join with ids 32, 33, even as high as 34 so that we have 35/32 slots used. I tried adding
but it has no effect. How do I prevent this? My server is still on 0.3.7 because my host is slow to update.
Код:
public OnPlayerConnect(playerid) { if(playerid > (MAX_PLAYERS-1)) return Kick(playerid);