# menu
 
http://www.planethalflife.com/hlprogramming > tutorials > database 

news
 
current
 
submit

tutorials
 
database
  -
mp
  -
client
 
submit
 
search

forum
 
main

contact
 
email

TFC Concussion Fix
Created by Ms



HalfLife's Code is BLUE
Ms's Code is RED
Ms's Commentary is GREEN

Well do to the fact that I have been coding for long hours and staying up very late for about oh 3 months and my elite copy and paste skills I missed up this tut. But here is the right way to do it. Note this only contans the fixes to the tut and not the whole tut. Check http://www.planethalflife.com/hlprogramming/tutorial.asp?i=81 for the tut.


ok in my tut I told you to put this

int gmsgShowConcuss; under this:
int gmsgShowVGUI = 0;

The code should be int gmsgConcuss = 0;

Also I told you to do this
GmsgShowVGUI = REG_USER_MSG(“Concuss”,1);
under this
gmsgShowVGUI = REG_USER_MSG("ShowVGUI", 1);

Well that''s wrong. The code should be: gmsgConcuss = REG_USER_MSG(“Concuss”,1);


Well I hope that''s all I messed up :) If I did miss something then email me by clicking the name above.