Raised This Month: $ Target: $400
 0% 

entity_set_model, but entity lososes hitbox


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
karlos
Veteran Member
Join Date: Apr 2004
Location: Germany/Poland
Old 09-06-2004 , 08:34  
Reply With Quote #8

jonny look at 2nd post, there is "entity_set_int(entid,EV_INT_solid,2)", but that alone dont work, this has to be set too
Code:
entity_set_vector(entid, EV_VEC_mins, MinBox) entity_set_vector(entid, EV_VEC_maxs, MaxBox) entity_set_origin(entid, orig)

btw: u can also use:
Code:
pev(entid, pev_size, MinBox, MaxBox) //get site entity_set_model(entid,"mymodel.mdl") //set_pev(entid,pev_model,"mymodel.mdl") is not working, dont know why set_pev(entid, pev_size, MinBox, MaxBox) //set size
but its not working on all entitys, on some its give runtime errors (eg. NS b5 if ent is command chair)
__________________
alias White Panther
karlos is offline
 



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 17:21.


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