View Single Post
  #7  
Old 08-06-2001, 03:42 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally posted by CrazedMerlin
you can also do the bridges like on graal2001 so you can go under them in watter and on them on land like
if (playertouchsme&&(onwater)) {dontblock;
drawoverplayer;}
else
if (playertouchsme&&(!onwater)) {dontblock;
drawoverplayer;}
what??? ether way it would be over plaer noits like this;

if (playerenters) dontblock;
while (!isweapon) {
if (onwater) drawoverplayer;
else drawunderplayer;
sleep 0.05;
}
__________________
Do it with a DON!
Reply With Quote