21.04.2012, 05:27
pawn Код:
public OnPlayerUpdate(playerid)
{
if(WantedPoints[playerid] != 0)
{
new procurado = Create3DTextLabel("~x PROCURADO x~", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(procurado, playerid, 0.0, 0.0, 0.7);
}
else
{
DeletePlayer3DTextLabel(procurado[playerid]);
}
return 1;
}