Flammable Posted May 12, 2015 Hello, i need help with an ACS script. It works fine, but i need it to work only in Co-op and Singleplayer. So how to make script terminate itself in Deathmatch mode? /////////////// #library "SHAREAMM" #include "zcommon.acs" script 762 ENTER { delay(175); GiveInventory("ShareAmmo", 1); GiveInventory("ShareAmmo2", 1); } script 763 RESPAWN { delay(175); GiveInventory("ShareAmmo", 1); GiveInventory("ShareAmmo2", 1); } 0 Share this post Link to post
Flammable Posted May 12, 2015 scifista42 Thx, exactly what i was looking for. 0 Share this post Link to post