Raised This Month: $ Target: $400
 0% 

Delete TE_BEAMPOINTS


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Empowers
BANNED
Join Date: Feb 2009
Location: Ukraine
Old 06-21-2010 , 17:10   Delete TE_BEAMPOINTS
Reply With Quote #1

if I have beam like this
PHP Code:
    message_begin(MSG_BROADCAST,SVC_TEMPENTITY);
    
write_byte(TE_BEAMENTPOINT);
    
write_short(i_Ent)
    
engfunc(EngFunc_WriteCoord,v_EndOrigin[0]);
    
engfunc(EngFunc_WriteCoord,v_EndOrigin[1]);
    
engfunc(EngFunc_WriteCoord,v_EndOrigin[2]);
           ........... 
i can delete it with TE_KILLBEAM.

But is that possible to delete beam like this?
PHP Code:
    message_begin(MSG_BROADCAST,SVC_TEMPENTITY);
    
write_byte(TE_BEAMPOINTS);
    
engfunc(EngFunc_WriteCoord,v_Origin[0]);
    
engfunc(EngFunc_WriteCoord,v_Origin[1]);
    
engfunc(EngFunc_WriteCoord,v_Origin[2]);
    
engfunc(EngFunc_WriteCoord,v_EndOrigin[0]);
    
engfunc(EngFunc_WriteCoord,v_EndOrigin[1]);
    
engfunc(EngFunc_WriteCoord,v_EndOrigin[2]);
             ... 

Last edited by Empowers; 06-21-2010 at 17:13.
Empowers is offline
Send a message via ICQ to Empowers
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:51.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode