Raised This Month: $ Target: $400
 0% 

[CS:GO] Server randomly crashing.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
PinHeaDi
Senior Member
Join Date: Jul 2013
Location: Bulgaria
Old 01-15-2018 , 12:44   Re: [CS:GO] Server randomly crashing.
Reply With Quote #1

So my roll the dice plugin was causing this.. Really strange...

PHP Code:
            TE_SetupBeamPoints(startposclientposPrecacheModel("lightning_i/laserbeam.vmt"), 0000.220.010.001.0color3);
            
TE_SendToAll();
    
            
TE_SetupSparks(clientposdir50001000);
            
TE_SendToAll();
    
            
TE_SetupEnergySplash(clientposdirfalse);
            
TE_SendToAll();
    
            
TE_SetupSmoke(clientposPrecacheModel("sprites/steam1.vmt"), 5.010);
            
TE_SendToAll(); 
Those are the only precaches in the plugin. They aren't event in OnConfigExecuted.
__________________
PinHeaDi is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 01-15-2018 , 12:54   Re: [CS:GO] Server randomly crashing.
Reply With Quote #2

Quote:
Originally Posted by PinHeaDi View Post
They aren't event in OnConfigExecuted.
The problem is precaching after the end of OnMapStart, nothing to do with OnConfigsExecuted other than a) its a popular place to precache things and b) it is after OnMapStart.
__________________
asherkin is offline
Reply



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 00:45.


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