Wanted Level
#4

Somewhere in your GM, you don't set correctly your variable for wanted level (Player[playerid][pWantedLevel]), because i simple found your 5s timer and i saw, that you are setting wanted level to 0 if your variable is 0. So check your GM if you have set correctly all your variables.

Code:
public FiveSecondsTimer()
{
	foreach(Player, i)
	{
	    if(Player[i][pWantedLevel] == 0)
		{
			SetPlayerWantedLevel(i,0);
			PlayerTextDrawHide(i, WantedText[i]);
   			DestroyDynamic3DTextLabel(WantedScris[i]);
		}
Reply


Messages In This Thread
Wanted Level - by Longover - 25.01.2018, 13:09
Re: Wanted Level - by Meller - 25.01.2018, 14:09
Re: Wanted Level - by Longover - 25.01.2018, 14:18
Re: Wanted Level - by Hrb - 25.01.2018, 14:48
Re: Wanted Level - by Longover - 25.01.2018, 16:29

Forum Jump:


Users browsing this thread: 1 Guest(s)