24.12.2013, 12:42
(
Последний раз редактировалось SilentSoul; 24.12.2013 в 13:54.
)
Also , why you used && == 0 that's mean if his admin rank equal to 0 , you need to change to '&& PlayerInfo[clickedplayer][Admin]!=0' which means not equal too. also its useless checking your variable will be check once the player is level 1 only.