Raised This Month: $ Target: $400
 0% 

compiler error "internal error"


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
MichielM
Member
Join Date: Aug 2005
Old 09-10-2005 , 16:02  
Reply With Quote #5

Then it should look like this?
also how do these mins and max work? how do i know these values??
please notice me if i'm doing it wrong
Code:
public model() {     new Float:origin[3];     origin[0] = -576.0;     origin[1] = 2045.0;     origin[2] = -320.0;     new ent = create_entity("info_target");     entity_set_origin(ent,origin);     entity_set_string(ent,EV_SZ_classname,"ts_model");     entity_set_model(ent,"models/xtreme/model.mdl");     entity_set_int(ent,EV_INT_solid, 2);     new Float:maxs[3] = {16.0,16.0,36.0}     new Float:mins[3] = {-16.0,-16.0,-36.0}     entity_set_size(ent,mins,maxs)     drop_to_floor(ent);     return PLUGIN_HANDLED; }
MichielM 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 14:19.


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