cod5-sdk/raw/maps/mp/_lights.gsc

7 lines
279 B
Text
Raw Normal View History

2008-11-20 00:00:00 +00:00
#include common_scripts\utility;
#include maps\mp\_utility;
flicker_light()
{
assertMsg( "\"flicker_light\" is no longer supported since this is a server-side script. Please set the targetname of the light at " + self.origin + " to \"fire_flicker\" (without quotes)" );
}