AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Help with pole problem plz :) (https://forums.alliedmods.net/showthread.php?t=121379)

Shadezz 03-15-2010 02:09

Help with pole problem plz :)
 
[ORIGINALLY POSTED BY HVIIDEREN!]

me and hviideren are working together on this, and as i saw hviiderens post get locked by the title, this cant be a wrong title... please dont whine/flame about this - kthx

okay well, we got the problem that when we make a pole on the server is just shuts down and leaves a "Server Shutting Down" message, and we realy cant figure this out, barely tried everything, we are running a private BCM and not BM.

PHP Code:

SetBlockModelName(block_modelg_block_models[i], "Pole");

        case 
POLE:    size "Pole";

            if( 
size == POLE)
            {
                
size_min[0] = -32.0;
                
size_min[1] = -4.0;
                
size_min[2] = -4.0;
                
                
size_max[0] = 32.0;
                
size_max[1] = 4.0;
                
size_max[2] = 4.0;
            }
            
            
size_min[0] = -4.0;
            
size_min[1] = -32.0;
            
size_min[2] = -32.0;
            
            
size_max[0] = 4.0;
            
size_max[1] = 32.0;
            
size_max[2] = 32.0;
            
            
angles[0] = 90.0;
        }
        case 
Y:
        {
            
size_min[0] = -32.0;
            
size_min[1] = -4.0;
            
size_min[2] = -32.0;
            
            
size_max[0] = 32.0;
            
size_max[1] = 4.0;
            
size_max[2] = 32.0;
            
            
angles[0] = 90.0;
            
angles[2] = 90.0;
            
            if( 
size == POLE)
            {
                
size_min[0] = -4.0;
                
size_min[1] = -32.0;
                
size_min[2] = -4.0;
                
                
size_max[0] = 4.0;
                
size_max[1] = 32.0;
                
size_max[2] = 4.0;
            }
        }
        case 
Z:
        {
            
size_min[0] = -32.0;
            
size_min[1] = -32.0;
            
size_min[2] = -4.0;
            
            
size_max[0] = 32.0;
            
size_max[1] = 32.0;
            
size_max[2] = 4.0;
            
            
angles[0] = 0.0;
            
angles[1] = 0.0;
            
angles[2] = 0.0;
            
            if( 
size == POLE)
            {
                
size_min[0] = -4.0;
                
size_min[1] = -4.0;
                
size_min[2] = -32.0;
                
                
size_max[0] = 4.0;
                
size_max[1] = 4.0;
                
size_max[2] = 32.0;
            }
        }
    }
    
        case 
POLE:
        {
            
SetBlockModelName(block_modelg_block_models[block_type], "Pole");
            
scale 1.0;

        else if ( 
max_size 32.0 )    size POLE;

        case 
LARGE:    g_selected_block_size[id] = POLE;
        case 
POLE:    g_selected_block_size[id] = TINY;

    else if ( 
max_size 32.0 )    size POLE


Toastt 03-15-2010 02:17

Re: Help with pole problem plz :)
 
isnt a pole size 64 ?

Shadezz 03-15-2010 02:19

Re: Help with pole problem plz :)
 
i honestly dont know, i got very "rusty" at coding ^^ just hoped some1 could help in here

Toastt 03-15-2010 02:30

Re: Help with pole problem plz :)
 
im pretty sure the size is 64 but im not quite sure.

Shadezz 03-15-2010 02:31

Re: Help with pole problem plz :)
 
mm, but could that cause the crash?? i mean, the size aint that important to the server, so i just can believe that the size could actually crash the server? /:

EDIT: and in the way its crashing the server, is very odd..

Toastt 03-15-2010 02:52

Re: Help with pole problem plz :)
 
Quote:

Originally Posted by Shadezz (Post 1117796)
EDIT: and in the way its crashing the server, is very odd..

how does it crash? o.O

Shadezz 03-15-2010 03:04

Re: Help with pole problem plz :)
 
when i try making a pole in-game the server just shuts down and leaves a "Server shutting down" message.. its kinda lame ^^ and dont know if it can be fixed..

JaGareN 03-15-2010 05:56

Re: Help with pole problem plz :)
 
It's becouse ur pole code is wrong some where in the sma. If you want send the sma to me and i will try fixing it becouse i have BCM with pole on my server too.

Shadezz 03-15-2010 08:27

Re: Help with pole problem plz :)
 
**going private**


All times are GMT -4. The time now is 08:46.

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