21.04.2012, 05:15
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);
}
{
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);
}