Quote:
Originally posted by tlf288
Here you are:
NPC Code:
// Script made by Com013
// fixed by: Trevor
...
if(playerdir==0||playerdir==2){
drawoverplayer;
}
...
drawunderplayer;
I tried everything then I was like "OMG!, this is so simple."
You can see what I did
|
Sorry, but drawover/underplayer won't work here, because then you would see yourself correctly under the bridge, while other players would see you over it. (Or other conflicts happen).
No, I guess I'll use the gani way instead.
Kaimetsu, why is setshape2 not working serverside?