View Single Post
  #3  
Old 07-28-2014, 10:31 PM
Jakov_the_Jakovasaur Jakov_the_Jakovasaur is offline
Deleted by Darlene159
Jakov_the_Jakovasaur's Avatar
Join Date: Sep 2013
Location: Deleted by Darlene159
Posts: 360
Jakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud of
hello!

in v6 there is now the clientside variable player.isblocking (boolean). however it is only effective on your own client, so you would have to loop through other player objects clientside and set isblocking to false

you could also possibly try writing player.gmap.nopkzone = true; on client now that the variable isnt read-only anymore, but i dont know if it will work

with that said, the best thing to do if youre willing to use up more cpu is script an entirely custom movement system
__________________
This signature has been deleted by Darlene159.
Reply With Quote