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

[TF2] TFCond_HalloweenBombHead problem


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
w1200441
Senior Member
Join Date: Dec 2011
Old 10-17-2013 , 03:32   [TF2] TFCond_HalloweenBombHead problem
Reply With Quote #1

When i use this:
Code:
TF2_AddCondition(client, TFCond_HalloweenBombHead, 10.0);
The TF2 will crashes

Does anyone know where's the problem?

p.s Sorry about that English is not my primary language...
w1200441 is offline
Oshizu
Veteran Member
Join Date: Nov 2012
Location: Warsaw
Old 10-17-2013 , 04:18   Re: [TF2] TFCond_HalloweenBombHead problem
Reply With Quote #2

Cause of it might be not precached bomb hat / head model.

Add this to public OnMapStart()
PHP Code:
    PrecacheModel("models/prop_lakeside_event/bomb_temp.mdl"true);
    
PrecacheModel("models/prop_lakeside_event/bomb_temp_hat.mdl"true); 
__________________
...

Last edited by Oshizu; 10-17-2013 at 04:20.
Oshizu is offline
w1200441
Senior Member
Join Date: Dec 2011
Old 10-17-2013 , 06:06   Re: [TF2] TFCond_HalloweenBombHead problem
Reply With Quote #3

Hmm...Still Crash
But thanks
w1200441 is offline
Reply


Thread Tools
Display Modes

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 11:51.


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