Jump to content
Sign in to follow this  
BadHabitz

Singleplayer only script needed

Recommended Posts

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

If(isMultiplayer)exitWith{endMission "LOSER"};

Share this post


Link to post
Share on other sites
If(isMultiplayer)exitWith{endMission "LOSER"};

Thanks. I'll give that a try.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×