Jump to content
  • 0

Suicide epoch


kayzee

Question

4 answers to this question

Recommended Posts

  • 0
if(!inSafeZone) then{    // need to be defined inSafeZone = true or false variable inside safezones triggers
      playSound "shot";  // select a sound of shot.ogg and add to sounds folder and add to description.ext
      player setdamage 1;  // if not exist need to be BE filtered  script.txt line 48 add !="player setdamage 1;"
					
}else{
	hint "You are in a Safe Zone ....You can't Suicide ";
};

and need to be added into an "actionmenu" .. maybe u have one in your server...

Link to comment
Share on other sites

  • 0

Nice thanks soo much, is it possible to type "kill me" to commit suicide instead of the add action menu cos at the moment I'm using the standard anti hack, n I've experienced the issue of kicks in the past, really appreciate the reply:)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...