View Single Post
Pinnker123
Senior Member
Join Date: Jul 2014
Location: BG
Old 10-21-2015 , 13:07   Re: Nemesis and Assassin explode! or when killed by a Assassin victim
Reply With Quote #7

this

// Cut him into pieces
SetHamParamInteger(3, 2)

// Get his origin
static origin[3]
get_user_origin(victim, origin)

// Make some blood in the air
message_begin(MSG_PVS, SVC_TEMPENTITY, origin)
write_byte(TE_LAVASPLASH) // TE id
write_coord(origin[0]) // origin x
write_coord(origin[1]) // origin y
write_coord(origin[2] - 26) // origin z
message_end()
}
}

with your code ?
__________________
Pinnker123 is offline
Send a message via Skype™ to Pinnker123