14.01.2015, 22:08
Don't know if you found them already, but I found 2 of these mistakes:
- You should send the "You have been kicked off the..."-message to 'iD' instead of 'playerid'
- And if(Player[playerid][AdminLevel] > 0) should be if(Player[iD][AdminLevel] > 0)
- You should send the "You have been kicked off the..."-message to 'iD' instead of 'playerid'
- And if(Player[playerid][AdminLevel] > 0) should be if(Player[iD][AdminLevel] > 0)