Thread: Fix Error Spam
View Single Post
Visual77
Veteran Member
Join Date: Jan 2009
Old 07-16-2017 , 14:03   Re: [PAID][TF2] Fix Error Spam on Premium Mod
Reply With Quote #9

Quote:
Originally Posted by ph View Post
on line 784



What changes to do I make?
You only want to change line 109 from

Code:
new Float:VelLastTime[32][3];
to

Code:
new Float:VelLastTime[MAXPLAYERS+1][3];
Visual77 is offline