Raised This Month: $51 Target: $400
 12% 

Server crashing since updates?


Post New Thread Reply   
 
Thread Tools Display Modes
butare
Senior Member
Join Date: Nov 2016
Old 11-30-2017 , 03:25   Re: Server crashing since updates?
Reply With Quote #101

Quote:
Originally Posted by Byte View Post
Huh...odd.
I'm getting no crashes and running GOTV on all my servers.
Same here, no crashes on map change after enabling gotv. wtf?
butare is offline
nguyenbaodanh
AlliedModders Donor
Join Date: Jun 2007
Location: HCMC, Vietnam
Old 11-30-2017 , 03:50   Re: Server crashing since updates?
Reply With Quote #102

GOTV ? @.@
__________________
nguyenbaodanh is offline
FzR
Senior Member
Join Date: May 2017
Old 11-30-2017 , 03:58   Re: Server crashing since updates?
Reply With Quote #103

Lol. GOTV. Any tested ? On competitive server work ?
FzR is offline
Rale
AlliedModders Donor
Join Date: Sep 2010
Old 11-30-2017 , 04:10   Re: Server crashing since updates?
Reply With Quote #104

Tested on my Zombie server, and it works!
Just enable GOTV.
Rale is offline
mudkipguy
AlliedModders Donor
Join Date: Aug 2016
Location: India
Old 11-30-2017 , 04:22   Re: Server crashing since updates?
Reply With Quote #105

Thanks!
__________________
mudkipguy is offline
FzR
Senior Member
Join Date: May 2017
Old 11-30-2017 , 04:31   Re: Server crashing since updates?
Reply With Quote #106

Lol Works ) i tested thanks ...
FzR is offline
Xyles
Junior Member
Join Date: May 2017
Location: Sweden
Old 11-30-2017 , 04:34   Re: Server crashing since updates?
Reply With Quote #107

Seems to solve the problem for us too.. thats some odd find o_o
Xyles is offline
smt287
Member
Join Date: Aug 2011
Location: Anywhere
Old 11-30-2017 , 06:26   Re: Server crashing since updates?
Reply With Quote #108

GOTV work fine
__________________
smt287 is offline
e54385991
AlliedModders Donor
Join Date: Aug 2013
Old 11-30-2017 , 07:13   Re: Server crashing since updates?
Reply With Quote #109

Enable GOTV is a method but it's not a must

after csgo 11/28/2017 update

If you want to disable GOTV, you must be sure

Add any string table requirements on mapstart eg (precachemodel,AddFileToDownloadsTable,precac hesound...)


Separate tests

PHP Code:
#include <sdktools>
public void OnConfigsExecuted() // when player join = crash
{
        
PrecacheModel("models/player/custom_player/legacy/tm_anarchist_variantd.mdl"); //Confirm  map not precache
    
AddFileToDownloadsTable("YOUR CUSTOM FILE.txt");

// note:Not only OnConfigsExecuted
after onmapstar ..add any stringtables.. when player join = crash

/////////////////////////////////////////////////////



PHP Code:
#include <sdktools>
public void OnMapStart()// when join no crash
{
        
PrecacheModel("models/player/custom_player/legacy/tm_anarchist_variantd.mdl"); //Confirm  map not precache
    
AddFileToDownloadsTable("YOUR CUSTOM FILE.txt");


Last edited by e54385991; 12-01-2017 at 01:23.
e54385991 is offline
Send a message via ICQ to e54385991
September
Senior Member
Join Date: Jul 2015
Location: Russian Federation
Old 11-30-2017 , 07:29   Re: Server crashing since updates?
Reply With Quote #110

GOTV solves this problem
September is offline
Send a message via Skype™ to September
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 19:47.


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