01.09.2012, 15:25
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(APlayerData[i][PlayerLevel] >= 3)
{
carrotexto[vid] = Create3DTextLabel(carro, 0x008080FF, cx, cy, cz, 15.0, 0, 0);
Attach3DTextLabelToVehicle(carrotexto[vid], vid, 0.0, 0.0, 2.0);
return 1;
}
}