Raised This Month: $ Target: $400
 0% 

Host_Error: backwards mins/maxs


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
colossus
Member
Join Date: Sep 2013
Old 08-11-2014 , 23:21   Host_Error: backwards mins/maxs
Reply With Quote #1

PHP Code:
#define KIT_MINS Float:{ -5.850000, -4.700000, -8.470000 }
#define KIT_MAXS Float:{  5.640000, -8.470000,  7.850000 }

public create_kit(id)
{
    new 
Float:fVelocity[3]
    new 
iEnt create_entity("info_target")
    
    
entity_set_string(iEnt,EV_SZ_classnameEXTRA_ITEMS[MEDIKIT][NAME])
    
entity_set_model(iEntg_sMedKitModel)
    
entity_set_size(iEntKIT_MINSKIT_MAXS)
    
    
set_renderingiEntkRenderFxGlowShell150 255kRenderNormal25)
    
    static 
Float:origin ], Float:angle ]
    
engfunc(EngFunc_GetAttachmentid originangle )
    
    
entity_set_origin(iEnt origin )
    
VelocityByAim(id250 fVelocity )
    
entity_set_vector(iEntEV_VEC_velocityfVelocity )
    
    
entity_set_int(iEntEV_INT_solid1)
    
entity_set_int(iEntEV_INT_movetypeMOVETYPE_TOSS)
    
entity_set_vector(iEntEV_VEC_origin origin)    

Model .qc file (only sizes)
Quote:
$bbox 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
$cbox 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
$eyeposition 0.000000 0.000000 0.000000

// 1 hit box(es)
$hbox 0 "idle" -5.850000 -4.700000 -8.470000 5.640000 3.080000 7.850000
colossus 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 13:08.


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