View Single Post
  #12  
Old 12-28-2001, 03:34 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
first start with

NPC Code:

timeout=3; //you can change this ..
if (playerenters) { toweapons -system; }
if (created) { showstats 2047; } //doesnt need this if you dont
//have your own stat system. If you dont then do cuz Stefan told
//us to put this due to ghost mode thing.
if (timeout&&isweapon) {
//whatever here
}



I dont have much in my weapon system .. Let me see..

in timeouts I have
NPC Code:

//anti joint shield
if (strequals(#2,jointshield15.gif)) {
setplayerprop #c,Your shield has been disallowed;
setplayerprop #2,shield#v(playershieldpower).gif;
}


thats cuz of those ppl that were complaining on the other thread

I have something to remove some weapons that were before ...

out of timeout I put this for quick access to website
NPC Code:

if (isweapon&&playerchats&&strequals(#c,website)) {
openurl unholynation.com;
}

__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote