Raised This Month: $ Target: $400
 0% 

TE_MODEL message as entity?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
bibu
Veteran Member
Join Date: Sep 2010
Old 04-14-2013 , 07:04   TE_MODEL message as entity?
Reply With Quote #1

Is it possible to have SVC_TEMPENTITY messages or any kind of them as entity?

PHP Code:
    /* something like that ?!
    new iEnt =*/ 
message_begin(MSG_BROADCAST,SVC_TEMPENTITY)
    
write_byte(106)
    
write_coord(vec[0])
    
write_coord(vec[1])
    
write_coord(vec[2] + 20)
    
write_coord(velocityvec[0])
    
write_coord(velocityvec[1])
    
write_coord(velocityvec[2] + 100)
    
write_angle(0)
    
write_short(mdlWbottle)
    
write_byte(2)
    
write_byte(255)
    
message_end() 
__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.
bibu is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 04-14-2013 , 07:13   Re: TE_MODEL message as entity?
Reply With Quote #2

SVC_TEMPENTITY is already entities, more specifically temporary entities handled on the client. So, obvisouly you can't, something handled completely differently. You can try to play with entities name func_, env_ and such.
__________________

Last edited by Arkshine; 04-14-2013 at 07:13.
Arkshine is offline
Reply



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 10:49.


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