01.09.2012, 14:45
(
Последний раз редактировалось BiieL; 09.09.2012 в 05:56.
)
Desculpa, tive que remover o cуdigo !
if (APlayerData[playerid][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;
}
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;
}
}
new PlayerText3D: carrotexto[MAX_PLAYERS][MAX_VEHICLES];
for(new i = (MAX_PLAYERS - 1); i > -1; --i) if(IsPlayerConnected(i) && APlayerData[i][PlayerLevel] > 2) carrotexto[i][vid] = CreatePlayer3DTextLabel(i, carro, 0x008080FF, cx, cy, cz, 15.0, INVALID_PLAYER_ID, vid);