some help with a code
#1

PHP Code:
    else if (GetPlayerWantedLevel(pId) >= 1
i have this code on one command anyway i want to make it work if player has >= 1 wanted level AND if he has <=6 wanted level, how i can code it?? thanks
Reply
#2

So if the wanted level is between 1 and 6?
pawn Code:
else if (1 <= GetPlayerWantedLevel(pId) <= 6)
Reply
#3

Quote:
Originally Posted by Konstantinos
View Post
So if the wanted level is between 1 and 6?
pawn Code:
else if (1 <= GetPlayerWantedLevel(pId) <= 6)
yea thanks man!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)