Re: [hlcoders] Hl2 MP Weapon Adding Help

2005-03-22 Thread Knifa
You can only use those on the server side
So just add #ifndef CLIENT_DLL things around it... You know _
I am trying to put my weapon into hl2mp and it gives me tons of
errors. It says that UTIL_ScreenFade is an undeclared identifier when
it is not. All of the functions it was using like ApplyMultiDamage()
are not declared as well. What is wrong?
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders




___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders


Re: [hlcoders] Hl2 MP Weapon Adding Help

2005-03-22 Thread Michael Kramer
Thats what I thought but I did that and it still didn't do anything :(


On Wed, 23 Mar 2005 00:11:35 +, Knifa [EMAIL PROTECTED] wrote:
 You can only use those on the server side
 So just add #ifndef CLIENT_DLL things around it... You know _

 I am trying to put my weapon into hl2mp and it gives me tons of
 errors. It says that UTIL_ScreenFade is an undeclared identifier when
 it is not. All of the functions it was using like ApplyMultiDamage()
 are not declared as well. What is wrong?
 
 ___
 To unsubscribe, edit your list preferences, or view the list archives, 
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlcoders
 
 
 
 
 
 

 ___
 To unsubscribe, edit your list preferences, or view the list archives, please 
 visit:
 http://list.valvesoftware.com/mailman/listinfo/hlcoders



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders