View Single Post
  #4  
Old 02-25-2006, 02:15 AM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Quote:
Originally Posted by Prozac
disableweapons - ah yes of course ... but then is it possible to have a nopk with, say, an array of levels that you can't pk in, in a server array, and a playerenters system npc that checks if your current level is in that array before calling the weapon action?
I'd just rewrite the entire weapon handling system :P. It's not very hard at all.
PHP Code:
disableweapons();
if (!(
player.level in serverr.nopklevels))
  
weapon.trigger("wasfired",null); 
Reply With Quote