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

Precache event


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
addicted2sex
Senior Member
Join Date: May 2009
Location: localhost
Old 10-15-2015 , 22:21   Precache event
Reply With Quote #1

Hi guys,
Can you tell me when I have to call PRECACHE_MODEL and ENGINE_FORCE_UNMODIFIED to work properly. Recently I've tried into first DispatchSpawn() but doesnt work? I've seen that the precaching is in ClientPrecache within client.cpp but how can I hook that ? Can you give me an example code of precaching a generic file ? Thx in advanced
__________________
Let 7he gr0ovE r3Lease y0ur m!nd
addicted2sex is offline
claudiuhks
Yam Inside®™℠
Join Date: Jan 2010
Location: Living Randomly
Old 10-16-2015 , 16:56   Re: Precache event
Reply With Quote #2

PHP Code:
bool g_bJobDone false;

void ServerDeactivate(void)
{
  
g_bJobDone false;
};

int DispatchSpawn(edict_t *)
{
  if (!
g_bJobDone)
  {
    
g_bJobDone true;

    
PRECACHE_MODEL("...");
  };
}; 
claudiuhks is offline
Send a message via MSN to claudiuhks Send a message via Yahoo to claudiuhks Send a message via Skype™ to claudiuhks
addicted2sex
Senior Member
Join Date: May 2009
Location: localhost
Old 10-26-2015 , 14:12   Re: Precache event
Reply With Quote #3

Quote:
Originally Posted by claudiuhks View Post
PHP Code:
bool g_bJobDone false;

void ServerDeactivate(void)
{
  
g_bJobDone false;
};

int DispatchSpawn(edict_t *)
{
  if (!
g_bJobDone)
  {
    
g_bJobDone true;

    
PRECACHE_MODEL("...");
  };
}; 
Actually the PRECACHE_GENERIC is only in DispatchSpawn. The other ones are respectively in pfwPrecacheModel and pfwPrecacheSound. Thanks anyway. Crossed that problem out
__________________
Let 7he gr0ovE r3Lease y0ur m!nd
addicted2sex 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 22:32.


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