Light Maker fix light.
Hi there.. I've made this lightmaker plugin, but it wont make the lights like umm.. ill try explain..
now i got the code ( under these lines ), and atm, i can stand on the light like a box and so on.. but i want it to be so i cant stand on it? dunno how to! :s PHP Code:
|
Re: Light Maker fix light.
havent you used TE_DLIGHT?
message_begin(MSG_ONE_UNRELIABLE, SVC_TEMPENTITY, _, id) write_byte(TE_DLIGHT) // TE id write_coord(origin[0]) // x write_coord(origin[1]) // y write_coord(origin[2]) // z write_byte(radius) // radius write_byte(color_red) // r write_byte(color_green) // g write_byte(color_blue) // b write_byte(get_gametime()) // life write_byte(0) // decay rate message_end() PS: you need id. |
Re: Light Maker fix light.
No i dont need to use id dude :-)
- all i need to know is how i do remove make it not solid.. :) |
Re: Light Maker fix light.
SOLID_NOT ?
|
Re: Light Maker fix light.
ye, but how ? just like this ;
PHP Code:
E: havent used solid stuff before just seen this in another plugin and would test it, dont normally use stuff like this :-) |
Re: Light Maker fix light.
Quote:
PHP Code:
|
| All times are GMT -4. The time now is 04:20. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.