hlp :)
#1

Hello , i need help to make if(WantedLevel[i] > 1) to make textdraw at middle screen POLICE IS LOOKING FOR YOU


REP +
Reply
#2

Just put it at the end of a CMDuspect Command
Reply
#3

yes but if player wanted goes to 0 after 2 minutes it will still be textdraw
Reply
#4

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..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)