help with player text
#1

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

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);
}
Reply


Messages In This Thread
help with player text - by [LHT]Bally - 28.08.2011, 15:26
Re: help with player text - by AndreT - 28.08.2011, 15:31
Re: help with player text - by Cameltoe - 28.08.2011, 15:32
[No subject] - by [LHT]Bally - 28.08.2011, 15:32

Forum Jump:


Users browsing this thread: 3 Guest(s)