OnPlayerCommandPerformed
#4

Apparently you never studied math.

> means GREATER THAN
< means LESS THAN
= means EQUAL TO

The first piece of code will check if the admin level is greater than or equal to 0. This is not what you want. The second piece of code will check if the admin level is greater than 0. This is not what you want.

What you want is to see if the admin level EQUALS 0; you can do this by using the = sign (or more accurately, since this is PAWN, ==). Try again!
Reply


Messages In This Thread
~fixed~ - by Blackazur - 22.06.2013, 16:12
Re: OnPlayerCommandPerformed - by Scenario - 22.06.2013, 16:21
~fixed~ - by Blackazur - 22.06.2013, 16:23
Re: OnPlayerCommandPerformed - by Scenario - 22.06.2013, 16:25
Re: OnPlayerCommandPerformed - by Red_Dragon. - 22.06.2013, 16:26

Forum Jump:


Users browsing this thread: 1 Guest(s)