View Single Post
  #3  
Old 12-03-2004, 04:26 AM
Slash-P2P Slash-P2P is offline
Banned
Join Date: May 2004
Location: Burning Blade
Posts: 941
Slash-P2P is on a distinguished road
NPC Code:

if (actionserverside) {
removeweapon Events Bow;
}
//#CLIENTSIDE
if (playerenters) {
if (!strequals(#L,pro_argame.graal)) {
triggeraction 0,0,serverside,Events Bow,#a;
}
}



You can use destroy clientsided to remove the weapon from the player, but if you use it serversided, it will screw up the weapon.
Reply With Quote