Jump to content
Sign in to follow this  
Scillion

Creating Light (will it work?)

Recommended Posts

I'm using this to create a light on a tower

It works fine but I don't have ready access to our server right now

Will this work in coop mode on a server with multiple people playing?

_object1 = _this select 0

_light = "#lightpoint" createVehicle getpos _object1;

_light setLightBrightness .30;

_light setLightAmbient[1.0, 1.0, 1.0];

_light setLightColor[1.0, 1.0, 1.0];

_light lightAttachObject [_object1, [0,0,0]];

exit

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×