View Single Post
  #4  
Old 06-12-2001, 12:26 PM
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
uhmm..

if you put toweapons -statusbar;
or whatever then its obvious it wont show in the inventory. it will be hidden.^_^
also if you have any parts like
if (playerenters) { toweapons -statusbar; } or ne destroys then check them out. problem could be there

i recommend you switch if (playerenters) { toweapons -statusbar; }
with like
if (!isweapon&&(playerenters)) { toweapons -statusbar; }
so only if its not in the inventory and the player enters the level its in , it adds.

it could be a script bug or just Graal being buggy about it ..
it really depends on how it works just go thru the code and check the playerenters and those parts majorly =\
if you cant really get it send me the script and ill fix it up and send back . dont worry I dont steal ^_^
meh not l4m3r
__________________
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