BadHabitz 235 Posted February 8, 2015 I'm looking for a script, hopefully simple, that would make a mod only work in singleplayer. If used in multiplayer it should error out the client, or in some other way restrict you from using the mod. Any ideas? Share this post Link to post Share on other sites
KiloSwiss 16 Posted February 8, 2015 If(isMultiplayer)exitWith{endMission "LOSER"}; Share this post Link to post Share on other sites
BadHabitz 235 Posted February 8, 2015 If(isMultiplayer)exitWith{endMission "LOSER"}; Thanks. I'll give that a try. Share this post Link to post Share on other sites