15.02.2009, 08:27
In the next version we will fix the bug with connect & kick.
If you want, that Admins with /god will not be kicked,
you must replace:
with:
i think, with this solution, rcon-admis will not be kicked.
If you want, that Admins with /god will not be kicked,
you must replace:
Код:
for(new i=0; i<MAX_PLAYERS; i++) { if(Checking[i] == 0) {
Код:
for(new i=0; i<MAX_PLAYERS; i++) { if(Checking[i] == 0 && !IsPlayerAdmin(i)) {