SetPlayerColor help?
#1

How to i make this function if player will get wanted level they color will just change

If player get 2wanted stars = Yellow
If more then 2 then Red
Reply
#2

pawn Код:
if(GetPlayerWantedLevel(playerid) == 2) SetPlayerColor(playerid, Yellow);
else if(GetPlayerWantedLevel(playerid) > 2) SetPlayerColor(playerid, Red);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)