Author Topic: How do i enable weapon damage outside of mini-games?  (Read 835 times)

I want to have it so that players could damage each other without being in mini-games, how can i do that?

package alwayscandamage
{
function minigameCanDamage(%a, %b)
{ return 1; }
};
activatePackage(alwayscandamage);

this will also let players outside of minigame damage minigame players. if you only want them to be able to damage other players outside minigame thats a minor edit

Where do i put that code?


you can execute it ingame by copying it, then doing eval(getClipboard()); in your server console while the server is running. You'll have to do it every time you start the server though.