28.08.2011, 15:26
right thankyou for viewing the thread. what i need toi know how to do is when a player is wanted it says above the head WANTED BY POLICE in red and blue. i was given this as part of a script but sadly this did not work.
all help apreciated
all help apreciated
pawn Code:
public PlayerPolice(playerid)
{
new PlayerText3D:policewanted;
new Float:X, Float:Y, Float:Z;
if(GetPlayerWantedLevel(playerid, 1);
policewanted = CreatePlayer3DTextLabel(playerid, "WANTED BY POLICE);
}
stock PlayerPoliceunwanted[playerid;
public PlayerPoliceunwanted(playerid)
{
if(GetPlayerWantedLevel(playerid, 0);
DeletePlayer3DTextLabel(playerid, policewanted);
}