Question:
I want to spawn a sniper rifle at the bases of Icefield.
So I create the following command in commands.txt
Add this in events.txtCode:icesnipe 'say * "DEBUG: Sniper spawned";spawn weap "weapons\sniper rifle\sniper rifle" icebluebase; spawn weap "weapons\sniper rifle\sniper rifle" iceredbase; w8 30; despawn g 0;despawn g 1;wait 50;icesnipe' 4
And locations.txtCode:event_start $map:icefields 'icesnipe'
Now my problem is that the event "icesnipe" doesn't stop when a new map is loaded.Code:icefields:iceredbase:21.017452 -13.972477 0.000000 icefields:icebluebase:-72.007332 76.430954 0.000000
So I would need an eventstop command like so:
Possible?Code:event_end $map:icefields 'eventstop 9'





Bookmarks