Jump to content
  • 0

PVP Killzone


Fuchs

Question

PVP Killzone

 

 

Hello !

 

I search a variable for deleting NV Googles when a player enters the area activated by a trigger !


waitUntil {!isNull player};
    playSound "ems";
sleep 10;
    titleText ["Welcome to the PVP KillZone", "PLAIN DOWN", 3]; sleep 5; titleFadeOut 4; ;sleep 5
sleep 15;
	titleText ["Warning ! We are not liable for any item/gear loss!", "PLAIN DOWN", 3]; sleep 5; titleFadeOut 4;
sleep 15;
	titleText ["Warning ! U can loose your current gear when killed by another player take care of yourself!", "PLAIN DOWN", 3]; sleep 5; titleFadeOut 4;
sleep 15;
    titleText ["WARNING ! U ENTERED THE PVP KILLZONE", "PLAIN DOWN",3]; titleFadeOut 4;
sleep 15;
	titleText ["Rules: Never use Vehicles in the PVP Zone,forbidden to built in the PVP Zone!", "PLAIN DOWN", 3]; sleep 5; titleFadeOut 4;
sleep 15;
    playSound "ems";
sleep 10;
	titleText ["Rules:No use NightVision, no use of Vehicles and it's forbidden to built in the PVP Zone!", "PLAIN DOWN", 3]; sleep 5; titleFadeOut 4;
	"player removeWeapon ""NVGoggles"";" \n
	//removeWeapon "ItemRadio","NVGoggles"; player;  or { this unassignItem "NVGoggles"; this removeItem "NVGoggles"; }
sleep 15;
};

"player removeWeapon ""NVGoggles"";" \n
    //removeWeapon "ItemRadio","NVGoggles"; player; or { this unassignItem "NVGoggles"; this removeItem "NVGoggles"; }

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

I would say to correct your spelling in the messages displayed on screen... Not wanting to be a grammar Nazi but man you have some mistakes there that are unpleasing.
Anyways, I would like to know if someone have a fix because this would be nice to have on my server for pvp zones,

Link to comment
Share on other sites

  • 0

 
waitUntil {!isNull player};
playSound "ems";
sleep 10;
    titleText ["Warning ! You will lose your entire gear by walking into this zone!", "PLAIN DOWN", 3]; titleFadeOut 4;
sleep 15;
    titleText ["Warning ! We are not liable for any item/gear loss!", "PLAIN DOWN", 3]; titleFadeOut 4;
sleep 15;
titleText ["Warning ! Collateral damage will not be replaced by any admin!", "PLAIN DOWN", 3]; titleFadeOut 4;
sleep 15;
titleText ["Warning ! We are not liable for any item/gear loss!", "PLAIN DOWN", 3]; titleFadeOut 4;
sleep 15;
    titleText ["Last WARNING ! PVP KILLZONE", "PLAIN DOWN",3]; titleFadeOut 4;
sleep 15;
titleText ["Rules:No use of NightVision, no use of any Vehicle, it's also forbidden to built in the PVP Zone!", "PLAIN DOWN", 3]; titleFadeOut 4;
sleep 15;
    playSound "ems";
sleep 10;
    player removeWeapon "NVGoggles";
sleep 15;
};
_titleCut = parseText format["<t align=center' color='#52bf90' shadow='2' size='1.75'>Loot Event</t><br/><t align='center' color='#ffffff'>Someone entered the PVP KillZone !</t&gt];
customRemoteMessage = ['titleCut', _titleCut];
publicVariable "customRemoteMessageAdmin";
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...