View Single Post
steve139
Senior Member
Join Date: May 2007
Location: here
Old 06-11-2008 , 09:24   Re: [HELP] spawn a laser with damage
Reply With Quote #13

*bump*

or maybe other way ? i mean do a laser with a msg
(
PHP Code:
message_begin(MSG_PVSSVC_TEMPENTITYorigin)

write_byte(1)
write_short(id)

write_coord(origin[0])
write_coord(origin[1])
write_coord(origin[2])

write_short(laserbeam)
write_byte(1)

write_byte(1)
write_byte(1)
write_byte(6)

write_byte(0)
write_byte(255)
write_byte(0)

write_byte(0)
write_byte(128)
write_byte(0)

message_end() 
)
and a targget_hurt the length of the laser
but i don t know how to
someone can help please
steve139 is offline