Question ? GetPlayerScore [SOLVED]
#1

i want to get the player score so if it from 500 -to- 1000 something happens
Can i Do it liek this ??
pawn Код:
if(GetPlayerScore(playerid) >=500 && GetPlayerScore(playerid) <=1000))
Reply
#2

Yes you can do
Reply
#3

Quote:
Originally Posted by [ISS]jumbo
Посмотреть сообщение
Yes you can do
ok ty
Reply
#4

Yes, but you'll want to delete the extra bracket:

pawn Код:
if(GetPlayerScore(playerid) >=500 && GetPlayerScore(playerid) <=1000)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)