if score is higher / lower then help
#1

Hello i want something that if the score is betweet 34 and 45 that it does something i know i can use this:

if(GetPlayerScore(playerid) > 34)

but how can i also make it say if its < 45 in that same if statement?
Reply
#2

Код:
if(GetPlayerScore(playerid) > 34 && GetPlayerScore(playerid) < 45)
Reply
#3

Quote:
Originally Posted by blackwave
Посмотреть сообщение
Код:
if(GetPlayerScore(playerid) > 34 && GetPlayerScore(playerid) < 45)
Thanks, i think it worked
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)