04.09.2013, 20:16
This is really really cluttered right now, the gamemode needs to be broken up into includes the current state is not really production quality however it's really not too far behind where it needs to be I think it could be organized properly in a two or three days.
- Too many systems under the same callbacks needs hooking and includes
- Eliminate all pvars
- Needs more comments
- Eliminate any OnGameModeExit() stuff using an sh starter script is superior (GMX causes client bugs unacceptable)
- #include <nfsw\player_textdraws.txt> is a bad use of includes I think these need to be their own include (Use y_hooks)
- Areas should be organized better
- Wrong value for calculating velocity ---> sspeed = 150*(p[0]*p[0]+p[1]*p[1]/*+p[2]*p[2]*/);
That would be just for starters cheers!
- Too many systems under the same callbacks needs hooking and includes
- Eliminate all pvars
- Needs more comments
- Eliminate any OnGameModeExit() stuff using an sh starter script is superior (GMX causes client bugs unacceptable)
- #include <nfsw\player_textdraws.txt> is a bad use of includes I think these need to be their own include (Use y_hooks)
- Areas should be organized better
- Wrong value for calculating velocity ---> sspeed = 150*(p[0]*p[0]+p[1]*p[1]/*+p[2]*p[2]*/);
That would be just for starters cheers!

