21.04.2012, 05:25
ai eu coloco em OnPlayerConnect neh?
if(WantedPoints[playerid] >= 1)
{
new procurado = Create3DTextLabel("~x PROCURADO x~", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(procurado, WantedPoints[playerid], 0.0, 0.0, 0.7);
}
else
{
DeletePlayer3DTextLabel(procurado[playerid]);
}
if(WantedPoints[playerid] >= 1)
{
new procurado = Create3DTextLabel("~x PROCURADO x~", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(procurado, WantedPoints[playerid], 0.0, 0.0, 0.7);
}
else
{
DeletePlayer3DTextLabel(procurado[playerid]);
}