Why this cylinder dont show?..
Code:
message_begin(MSG_ALL,SVC_TEMPENTITY,iOrigin)
write_byte(TE_BEAMCYLINDER)
write_coord(iOrigin[0])
write_coord(iOrigin[1])
write_coord(iOrigin[2])
write_coord(iOrigin[0])
write_coord(iOrigin[1])
write_coord(iOrigin[2]+200)
write_short(white)
write_byte(0)
write_byte(0)
write_byte(10)
write_byte(128)
write_byte(1)
write_byte(0)
write_byte(255)
write_byte(0)
write_byte(128)
write_byte(0)
message_end()
I want something like this but it doesnt show :S