Thread: Setshape2
View Single Post
  #1  
Old 07-05-2001, 09:43 PM
Slaktmaster Slaktmaster is offline
man with the mastahplan
Slaktmaster's Avatar
Join Date: Apr 2001
Location: Half-way over the river styx
Posts: 4,422
Slaktmaster is an unknown quantity at this point
Send a message via ICQ to Slaktmaster Send a message via AIM to Slaktmaster
Question Setshape2

Can anyone tell me if there is a way to make the player not swimmin when over water. When I use setshape2 the character still swims, nonblocking tile didnt work, chair didnt work.

I wanna get this working!@

(With a 36*36 image with water under)
if (playerenters) {
setshape2 6,6,{22,22,22,22,22,22,22,22,22,22,22,22,8,8,8,8,8 ,8,8,8,8,8,8,8,22,22,22,22,22,22,22,22,22,22,22,22 };
}

It it still swimming when in the middle
Reply With Quote