17.12.2009, 14:54
1
/* for(new h = 112; h < sizeof(CarInfo); h++)
{
Attach3DTextLabelToVehicle(
Text3D:
Create3DTextLabel(CarInfo[h][cValue], 125, 0.0,0.0,0.0, 20, 0, 0)
, CarInfo[h][cModel], 0.0, 0.0, 0.0);*/
}
2
/* for(new h = 112; h < sizeof(CarInfo); h++){
new Float:X = CarInfo[h][cLocationx];
new Float:Y = CarInfo[h][cLocationy];
new Float:Z = CarInfo[h][cLocationz]+1.0;
Attach3DTextLabelToVehicle(CarInfo[h][cValue],CarInfo[h][cModel],X,Y,Z);
return 1;
}*/
/*
3
for(new gc = 112; gc < sizeof(CarInfo); gc++){
Attach3DTextLabelToVehicle(
Create3DTextLabel(CarInfo[gc][cValue], 125, CarInfo[gc][cLocationx], CarInfo[gc][cLocationy], CarInfo[gc][cLocationz]+1.0,20,0,1)
,CarInfo[gc][cModel], CarInfo[gc][cLocationx], CarInfo[gc][cLocationy], CarInfo[gc][cLocationz]+1.0);
}*/
4
/*for(new gc = 112; gc < sizeof(CarInfo); gc++){
new PlayerText3D

new Float:X, Float:Y, Float:Z;
GetVehiclePos( CarInfo[gc][cModel], CarInfo[gc][cLocationx], CarInfo[gc][cLocationy], CarInfo[gc][cLocationz]);
playertextid = CreatePlayer3DTextLabel(CarInfo[gc][cModel],"TEST",0x008080FF,X,Y,Z,40.0);
return 1;
}*/
WHAT EVER I DO IT FAILS or do i put it in wrong spot? ( los angeles rp script after addstaticvehicleex count)