25.08.2012, 04:07
TRY THIS
pawn Код:
public OnPlayerUpdate(playerid)
{
if(GetPlayerWantedLevel(playerid)<1)
/*Text draw here,im using forums through mobile
so i dont have any textdraws.Instead of that,I'll use Gametext.*/
GameTextForPlayer(playerid, "Police is after you!", 3000, 1);
return 1;
}
//Or use this function Under OnGamemode..