How to draw a colored line from one point to another?
For example:from a[3] to b[3].
It would be better if the line can last for a certan seconds. I have tried to find it in some Long Jump plugins,but I failed. (My English is not very well since I am a Chinese) |
Re: How to draw a colored line from one point to another?
Use TE_BEAMPOINTS message. See message_const.inc.
|
Re: How to draw a colored line from one point to another?
Here's an example using that
http://forums.alliedmods.net/showthread.php?t=85111 |
Re: How to draw a colored line from one point to another?
Quote:
Code:
|
Re: How to draw a colored line from one point to another?
Code:
|
Re: How to draw a colored line from one point to another?
Thank you all,but I think my a[3] and b[3] are "int" not "Float".I wonder how I can transmit them(the origins) into floats.
|
Re: How to draw a colored line from one point to another?
Code:
|
Re: How to draw a colored line from one point to another?
On a side note, using MSG_BROADCAST would not be too bad.
|
| All times are GMT -4. The time now is 17:05. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.