View Single Post
  #8  
Old 11-28-2001, 03:10 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
what pixie said would only work on npc server, and only with databased npc's . playerleaves is p2p only.
if you want to disable the screen just use
disableselectweapons;
if you want to disable then use of weapons in a level do

timeout=.1;
if (playerenters&&!isweapon) { toweapons *swordonly; }
if (timeout&&isweapon) {
if (!strequals(#w,*swordonly)) { disableweapons; }
else { enableweapons; }
if (!strequals(#L,yourlevel.graal)) { destroy; }
}

if (!strequals(#L,yourlevel.graal)) { destroy; }

remember to plug in ur level to both places.

and Poogles , much like Delphi you dont need brackets when you have single line of command.
__________________
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