rt-2 / SA-ARP

San Andreas Advanced Role-Play
2 stars 1 forks source link

/a_jail teleport in the floor? #166

Open rt-2 opened 4 years ago

rt-2 commented 4 years ago

DONE Is in fact caused by #182 . DONE

Actually it teleports on top of the pool table, so invalid.

rt-2 commented 4 years ago

"/a_jail", not "/prison"

rt-2 commented 4 years ago

Now using 'MovePlayerGently'. Will re-open if any other issue

rt-2 commented 4 years ago

Cannot use 'MovePlayerGently' because teleporting script is in 'saarp_ac_vars' script.

rt-2 commented 3 years ago

Maybe should ditch MovePlayerGently and create a function named smth like 'MovePlayer' included with 'saarp_ac_vars'

rt-2 commented 2 years ago

Cant we just use CallRemoteFunction? Not easy bc must test the teleporting.

rt-2 commented 2 years ago

Cant we just use CallRemoteFunction? Not easy bc must test the teleporting.

No, will not be compatible with 'saarp_ac_vars'.

Should put move player gently in 'saarp_ac_vars' instead?