OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: Thypoon on 03 Jun 2007, 17:01:18

Title: Street Lamp
Post by: Thypoon on 03 Jun 2007, 17:01:18
I need help with street lamp... I need to light it.. i can't do it with command inflame... do you know how to do it?? thx
Title: Re: Street Lamp
Post by: Cheetah on 03 Jun 2007, 17:06:51
http://www.ofpec.com/forum/index.php?topic=8126.0
Title: Re: Street Lamp
Post by: Thypoon on 03 Jun 2007, 17:20:56
btw. sorry for putting it to other topic and thx  :good:
Title: Re: Street Lamp
Post by: Eymerich on 04 Jun 2007, 10:20:29
What is the object 3d model.

I'd like to create some street-lamp but I can't get the model  need to use in function _lamp = "ModelSTreetLamp" createvehicle ...

 :)
Title: Re: Street Lamp
Post by: Planck on 08 Jun 2007, 23:01:15
Streetlamps are under cfgNonAIVehicles.

Classnames are:

Code: [Select]
Land_lampadrevo
Land_lampazel
Land_vo_seda
Land_tlampac_vo_seda
Land_vo_zlut
Land_lampa_cut
Land_lampa_valec
Land_lampa_koule
Land_lampa_sidl
Land_lampa_sidl_2
Land_lampa_sidl_3
Land_lampa_ind
Land_lampa_ind_b
Land_lampa_ind_zebr
Land_lampa_vysoka
Land_lampa_vysoka2

Take your pick.   :dunno:   :D


Planck
Title: Re: Street Lamp
Post by: Eymerich on 11 Jun 2007, 10:08:07
Thank you..