cod5-sdk/raw/maps/mp/_lights.gsc
2008-11-20 00:00:00 +00:00

7 lines
No EOL
279 B
Text

#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)" );
}