Wanted level over 6?
#1

Is it possible to make a players wanted level over 6?
Eg.
pawn Код:
SetPlayerWantedLevel(playerid, 32);
Making
pawn Код:
GetPlayerWantedLevel(playerid);
Read 32 instead of the visible 6 HUD stars, without implementing a wanted level variable?
Reply
#2

No. You can save a player variable though.
Example:
pawn Код:
new WantedLevel[MAX_PLAYERS];

//When a player commits a crime
WantedLevel[playerid]++;
Read https://sampwiki.blast.hk/wiki/SetPlayerWantedLevel
the 'level' parameter can only be from 0-6.

EDIT: Shit lol, just saw this part: "Without implementing a wanted variable". In that case, no it's not very possible.
Reply
#3

U need text draw but i don't know how to make it sorry.
Reply
#4

Alright.. seeing as a pvariable is the only way, I'll stick with that.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)