foobard
This commit is contained in:
12
maps/createfx/so_crossing_so_bridge_fx.gsc
Executable file
12
maps/createfx/so_crossing_so_bridge_fx.gsc
Executable file
@@ -0,0 +1,12 @@
|
||||
//_createfx generated. Do not touch!!
|
||||
#include common_scripts\utility;
|
||||
#include common_scripts\_createfx;
|
||||
|
||||
main()
|
||||
{
|
||||
ent = createOneshotEffect( "objective_smoke" );
|
||||
ent.v[ "origin" ] = ( 10480.1, 43169.4, 888.576 );
|
||||
ent.v[ "angles" ] = ( 292.086, 174.674, -175.063 );
|
||||
ent.v[ "fxid" ] = "objective_smoke";
|
||||
ent.v[ "delay" ] = -15;
|
||||
}
|
||||
Reference in New Issue
Block a user