Raised This Month: $ Target: $400
 0% 

Change the corpse model.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
hlstriker
Green Gaben
Join Date: Mar 2006
Location: OH-IO!
Old 05-15-2009 , 13:07   Re: Change the corpse model.
Reply With Quote #1

You can modify the ClCorpse message to set the player model of your choice.

Note: The message isn't called until the player is completely dead, so you will see the death animation with the players current model.

PHP Code:
public plugin_init()
    
register_message(get_user_msgid("ClCorpse"), "msg_ClCorpse");

public 
msg_ClCorpse()
    
set_msg_arg_string(1"vip"); 
hlstriker is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:31.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode