Detaljan opis problema:Napravio sam za neka vozila 3d textove,i stavio sve to lepo pod OnGameModeInit,ali nece da se pokazu ti 3d textovi.
Dio skripte:
for(new i = 0; i < sizeof(Ambulance); i++)
{
MD = CreateDynamic3DTextLabel("[ HITNA POMOC ]",BELA, 0,0,0, 20.0);
Attach3DTextLabelToVehicle( MD, Ambulance, 0.0, 0.0, 0.0);
}
for(new i = 0; i < sizeof(BiaCar); i++)
{
Interventna = CreateDynamic3DTextLabel("[ BIA ]",BELA, 0,0,0, 20.0);
Attach3DTextLabelToVehicle( Interventna, BiaCar, 0.0, 0.0, 0.0);
}
for(new i = 0; i < sizeof(CopCar); i++)
{
Milicija = CreateDynamic3DTextLabel("[ PD ]",BELA, 0,0,0, 20.0);
Attach3DTextLabelToVehicle( Milicija, CopCar, 0.0, 0.0, 0.0);
}
for(new i = 0; i < sizeof(ParkingSCar); i++)
{
PS = CreateDynamic3DTextLabel("[ PS ]",BELA, 0,0,0, 20.0);
Attach3DTextLabelToVehicle( PS, ParkingSCar, 0.0, 0.0, 0.0);
}