7 lines
279 B
Text
7 lines
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)" );
|
||
|
}
|