Confusion Will Rep if that counts
#2

pawn Код:
if(level >= 1) //Everyone who is level one and above can use this command
pawn Код:
if(level != 1) //Everyone who isn't level 1 can use this command
pawn Код:
if(level <= 1) //Everyone who is level 1 or less than level 1 can use this command
pawn Код:
if(level < 1) //Everyone who's level is lower than 1, which means level 1 can't use it
pawn Код:
if(level > 1) //Everyone above level one can use it however level 1 can't
pawn Код:
if(level == 1) //If their level is 1 they can use this, no other levels
Reply


Messages In This Thread
Confusion Will Rep if that counts - by Buzzbomb - 26.01.2012, 23:30
Re: Confusion Will Rep if that counts - by [ABK]Antonio - 26.01.2012, 23:55
Re: Confusion Will Rep if that counts - by Chris White - 27.01.2012, 00:00
Re: Confusion Will Rep if that counts - by Buzzbomb - 27.01.2012, 00:06
Re: Confusion Will Rep if that counts - by jamesbond007 - 27.01.2012, 00:17
Re: Confusion Will Rep if that counts - by Buzzbomb - 27.01.2012, 00:41
Re: Confusion Will Rep if that counts - by [ABK]Antonio - 27.01.2012, 01:03
Re: Confusion Will Rep if that counts - by Buzzbomb - 27.01.2012, 01:11
Re: Confusion Will Rep if that counts - by Buzzbomb - 27.01.2012, 01:35

Forum Jump:


Users browsing this thread: 1 Guest(s)