Thread: Bridge
View Single Post
  #9  
Old 06-11-2002, 01:08 AM
Projectshifter Projectshifter is offline
The David
Projectshifter's Avatar
Join Date: Apr 2002
Location: USA
Posts: 912
Projectshifter is an unknown quantity at this point
Send a message via ICQ to Projectshifter Send a message via AIM to Projectshifter Send a message via MSN to Projectshifter Send a message via Yahoo to Projectshifter
LOL. Shouldn't this be an NPC Server question? I'd say make 3 images. One of both of the sides, and one of the middle. For the sides:
NPC Code:

//#CLIENTSIDE
if (playertouchsme)
timeout=0.1;
if (timeout)
{ set underbridge;
sleep 0.11;
unset underbridge;}



for the bridge itself:
NPC Code:

//#CLIENTSIDE
if (playertouchsme&&underbridge)
{ drawoverplayer;
dontblock;}
if (playertouchsme&&!underbridge)
{ drawoverplayer;
dontblock;}



Seems slightly simpler and not as much of a hassle, but your call, he he.
---Shifter
__________________
Who has time for life these days?
Reply With Quote