View Single Post
Chihuahuax
Senior Member
Join Date: Oct 2014
Location: Malaysia
Old 10-21-2015 , 13:01   Re: Nemesis and Assassin explode! or when killed by a Assassin victim
Reply With Quote #6

You will need to change the SetHamParamInteger to something like this:
PHP Code:
new i_v_Origin[3]
    
get_user_origin(id,i_v_Origin)
    
    
message_begin(MSG_PVS,SVC_TEMPENTITYi_v_Origin)
    {
        
write_byte(TE_BREAKMODEL)
        
        
write_coord(i_v_Origin[0])
        
write_coord(i_v_Origin[1])
        
write_coord(i_v_Origin[2] + 16)
        
        
write_coord(32)
        
write_coord(32)
        
write_coord(32)
        
        
write_coord(0)
        
write_coord(0)
        
write_coord(25)
        
        
write_byte(xxx//spread range
        
        
write_short(xxx//model of gib
        
        
write_byte(xxx//number of gibs
        
write_byte(xxx//how long do the skulls last
        
        
write_byte(xxx//gib materials
    
}
    
message_end() 

Last edited by Chihuahuax; 10-21-2015 at 13:05.
Chihuahuax is offline
Send a message via Skype™ to Chihuahuax