Thread: U Must Read!!!
View Single Post
  #3  
Old 12-09-2001, 12:12 PM
FungusAmungus FungusAmungus is offline
Registered User
Join Date: Sep 2001
Location: USA
Posts: 10
FungusAmungus is on a distinguished road
ok this is what i have and i cant get on it or off but if i warp on it i can walk around i dont get it some one help me


// NPC made by Anti
drawunderplayer;
dontblock;
setshape2 14,18,{
20,20,0,0,0,0,0,0,0,0,0,0,20,20,
20,20,0,0,0,0,0,0,0,0,0,0,20,20,
20,20,0,0,0,0,0,0,0,0,0,0,20,20,
20,20,0,0,0,0,0,0,0,0,0,0,20,20,
20,20,0,0,0,0,0,0,0,0,0,0,20,20,
20,20,0,0,0,0,0,0,0,0,0,0,20,20,
20,20,0,0,0,0,0,0,0,0,0,0,20,20,
20,20,0,0,0,0,0,0,0,0,0,0,20,20,
20,20,0,0,0,0,0,0,0,0,0,0,20,20,
20,20,0,0,0,0,0,0,0,0,0,0,20,20,
20,20,0,0,0,0,0,0,0,0,0,0,20,20,
20,20,0,0,0,0,0,0,0,0,0,0,20,20,
20,20,0,0,0,0,0,0,0,0,0,0,20,20,
20,20,0,0,0,0,0,0,0,0,0,0,20,20,
20,20,0,0,0,0,0,0,0,0,0,0,20,20,
20,20,0,0,0,0,0,0,0,0,0,0,20,20,
20,20,0,0,0,0,0,0,0,0,0,0,20,20,
20,20,0,0,0,0,0,0,0,0,0,0,20,20;}

if (playerchats&&strcontains(#c,bridge down))
{move 0,5,20,0;}
if (playerchats && strcontains(#c,bridge up)) {move 0,-5,20,0;}
if (playertouchsme&&!playerswimming) {attachplayertoobj 0,id;}
if (!playertouchsme) {detachplayer;}
Reply With Quote