@hamlet
2. Thanks, will try it out later.
3. What are the waterlevel values? 1-x?
@klippy
I see, thanks, I'll ask for what I'll need.
@georgik
3. That's more complicated than other multijump codes
4. Is this the rocket message because I just need to know about the rocket.
PHP Code:
engfunc(EngFunc_MessageBegin, MSG_PVS, SVC_TEMPENTITY, fVecOrigin, 0)
write_byte(TE_BEAMCYLINDER) // TE id
engfunc(EngFunc_WriteCoord, fVecOrigin[0]) // x
engfunc(EngFunc_WriteCoord, fVecOrigin[1]) // y
engfunc(EngFunc_WriteCoord, fVecOrigin[2]) // z
engfunc(EngFunc_WriteCoord, fVecOrigin[0]) // x axis
engfunc(EngFunc_WriteCoord, fVecOrigin[1]) // y axis
engfunc(EngFunc_WriteCoord, fVecOrigin[2] + (fCVarRadius * 2)) // z axis
write_short(white) // sprite
write_byte(0) // startframe
write_byte(0) // framerate
write_byte(4) // life
write_byte(72) // width
write_byte(0) // noise
write_byte(255) // red
write_byte(255) // green 100
write_byte(255) // blue
write_byte(200) // brightness
write_byte(0) // speed
message_end()
__________________