View Single Post
flud
Senior Member
Join Date: Jun 2009
Location: Latvija
Old 07-05-2010 , 11:04   Re: [Tutorial] Creating brush entities
Reply With Quote #19

my bad it's work

PHP Code:
        new Float:minbounds[3]; 
        
minbounds[0] = -100.0
        
minbounds[1] = -100.0
        
minbounds[2] = 0.0

        new 
Float:maxbounds[3]; 
        
minbounds[0] = 100.0
        
minbounds[1] = 100.0
        
minbounds[2] = 200.0
change to
PHP Code:
        new Float:minbounds[3] = {-100.0, -100.00.0}; 
        new 
Float:maxbounds[3] = {100.0100.0200.0}; 
__________________
Beware of a terrible language
flud is offline
Send a message via Skype™ to flud