How exactly i do that?
PHP Code:
message_begin(MSG_ALL, SVC_TEMPENTITY)
write_byte(TE_PLAYERATTACHMENT)
write_byte(attacker)
write_coord(60)
write_short(first_blood_spr)
write_short(100)
message_end()
I found this, i think it will work?
__________________