Thread: Dead Players
View Single Post
  #12  
Old 07-23-2013, 06:34 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
Quote:
Originally Posted by Stefan View Post
It's documented in my version (start with -listscriptfuntions)
TServerPlayer.isblocking - makes the player blocking or non-blocking on the current client only

There can also be other ways to handle this:
- on server-side set the player classic health to zero while the player is dead (player.hp/hearts)
- on client-side you can use TServerLevel.isnopkzone = true/false, you can set this before using onwall and unsetting afterwards
Yay!! I'll try it later
__________________
Reply With Quote