Raised This Month: $ Target: $400
 0% 

server crash because of precache


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Krtola
Veteran Member
Join Date: Oct 2013
Location: Serbia
Old 04-10-2017 , 11:06   Re: server crash because of precache
Reply With Quote #1

PHP Code:
for(new 0sizeof(SoundList); i++)
    
engfunc(EngFunc_PrecacheSoundSoundList[i]) 
Delete this and add this:
PHP Code:
for(new 0sizeof SoundListi++)
    
precache_sound(SoundList[i]) 
And this:
PHP Code:
new const SoundList[6][] 

PHP Code:
new const SoundList[][] 
Krtola is offline
Send a message via Skype™ to Krtola
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 18:04.


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