[pomoc] v buy


Započeo Ivann, Mart 23, 2014, 11:49:53 PRE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.


Skripta koju koristim: Bilo koju da uzmem uvek isto
Detaljan opis problema: Ne pokazuje mi ovaj tekst
Dio skripte: /
new Text3D:VehicleLabel[MAX_VEHICLES];
new Text3D:VehicleLabels[MAX_VEHICLES];

  for(new c = 0; c < MAX_VEHICLES; c++)
    {
    new model[64];
    GetVehicleName(c, model, sizeof(model));
    if(IsAnOwnableCar(c))
    {
    if(CarInfo[c][cOwned]==0)
    {
    new stringauuuuu[200];
    new Float:x,Float:y,Float:z; GetVehiclePos(c, x,y,z);
    format(stringauuuuu,sizeof(stringauuuuu),"{F81414}Vozilo na prodaju\n Model: %s \n Cena: $%d \n /v buy da kupis!{FFFFFF}",model,CarInfo[c][cValue]);
    VehicleLabel[c] = Create3DTextLabel(stringauuuuu, 0xFF0000CC, x, y, z, 20, 0, 1);
    Attach3DTextLabelToVehicle(VehicleLabel[c],c,0,0,0);
    }
    else if(CarInfo[c][cOwned] == 1)
    {
    new stringauuuuuuu[200];
    new Float:x,Float:y,Float:z; GetVehiclePos(c, x,y,z);
    format(stringauuuuuuu,sizeof(stringauuuuuuu),"%s",CarInfo[c][cOwner]);
    VehicleLabels[c] = Create3DTextLabel(stringauuuuuuu, 0xC0C0C0C8, x, y, z, 20, 0, 1);
    Attach3DTextLabelToVehicle(VehicleLabels[c],c,0,0,0);
    }
    }
    }






lv

*

Prebaci u Dynamic3DTextLabel
Pišem skriptu isključivo kad sam naduvan