11.03.2010, 23:12
Quote:
Originally Posted by Joe Torran C
How would i make it so it also dosent kick level 5 and over admins?
Format is: [b]PlayerInfo[IDHERE][AdminLevel] |
if(PlayerInfo[i][AdminLevel] < 5){
The problem with && is that ALL the parts have to be true (or false)
So someone who !=playerid && <5 admin means that everyone who isnt playerid gets kicked (assuming playerid is an admin) hence each expression has to be seperate