|
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;} |