How to remove wanted
#1

Hey, I got this problem, players get wanted when they kill in the GunGame event, how can I solve this? I don't them to get wanted level when they are in the GunGame...
Reply
#2

Check if they are in the GunGame, and don't set their wanted level.

You need to find the code where it sets their wanted level, I believe that would be under 'OnPlayerDeath'. And there you need to check if they are in the GunGame or not before setting the wanted level.
Reply
#3

I don't understand...
Reply
#4

Find where it says
pawn Код:
SetPlayerWantedLevel
into the GunGame event part and delete it.
Reply
#5

you should have a variable for the time you're in the gungame event. like [gungame] or smth. look down after OnPlayerDeath script where it gives wanted levels and do the check if the variable is 0 it gives wanted level and if variable is 1 it doesn't.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)