View Single Post
  #9  
Old 09-03-2005, 03:00 AM
Riot Riot is offline
Delteria Management
Join Date: Nov 2003
Location: Seminole County, Florida
Posts: 280
Riot is on a distinguished road
Quote:
Originally Posted by CheeToS2
'isnopkzone' doesn't seem to work now, but I guess it doesn't matter since nopkzone was the original (it does work).
'isnopkzone' is still working fine for me

NPC Code:
//#CLIENTSIDE
function onCreated() {
noplayerkilling();
echo("isnopkzone: " @ isnopkzone);
echo("nopkzone: " @ nopkzone);
}



Console:
NPC Code:
isnopkzone: true
nopkzone: true

Reply With Quote