Wanted Level Help
#1

in my server it has unlimited wanted level yesterday i robbed a lots of places and i did /wanted it showed i had 76 wanted levels how can i limit the wanted levels to only 6 ?
Reply
#2

Add this under OnPlayerUpdate callback:
Код:
if (GetPlayerWantedLevel(playerid) > 6) SetPlayerWantedLevel(playerid, 6);
Reply
#3

you could also check if the player already has max wanteds when he robbes a store
Reply
#4

Quote:
Originally Posted by Darkwood17
Посмотреть сообщение
Add this under OnPlayerUpdate callback:
Код:
if (GetPlayerWantedLevel(playerid) > 6) SetPlayerWantedLevel(playerid, 6);
Thank you soooo much now it fixed thanks a lot
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)