Use this to spawn a light via scripts:
Code: Select all
local.obj1 = spawn script_model
local.obj1 model "models/static/corona_util.tik"
local.obj1.origin = ( 3190.82 -259.39 -511.88 )
local.obj1.scale = 1.5
local.obj1 solid
In this way you can spawn a single light, you can do this to spawn all the lights you need to write your tag.
Origins can be sey to the coords you want, of course you have to get coords for every single light..to get coords run a match in the map you want with console on and write in coords..You can maybe do this without get coords for all lights but you have to calculate XYZ on your own without seeing if all lights are placed in the right way...
Even if it is a little boaring I'm used to get coords for all single light, just to be sure!
