View Single Post
PinHeaDi
Senior Member
Join Date: Jul 2013
Location: Bulgaria
Old 01-15-2018 , 12:44   Re: [CS:GO] Server randomly crashing.
Reply With Quote #9

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