Wanted problem
#3

Quote:
Originally Posted by Akcent_Voltaj
Посмотреть сообщение
i have this thing..if player has wanted and relogs..he gets wanted again..but if he doesent enter and theres an innocent person with his id he gets wanted..
If you're loading the data through any saving systems like file saving system or databases, reset the variable to prevent those.

pawn Код:
public OnPlayerConnect(playerid)
{
 WantedLevel[playerid] = 0;
 //Then the loading stuff, if you're using a saving system.
 return 1;
}
Reply


Messages In This Thread
Wanted problem - by Akcent_Voltaj - 04.05.2013, 12:36
Re: Wanted problem - by Yashas - 04.05.2013, 13:20
Re: Wanted problem - by Lordzy - 04.05.2013, 13:23

Forum Jump:


Users browsing this thread: 1 Guest(s)