Quote:
Originally Posted by TSAdmin
You've put your onKeyPressed() function inside your already open (WeaponFired) function, so since a new function has been opened, it's expecting that you've not ended your previous function.
|
This. And also, the error comes from clientr.m16on=1
You have no semicolin to end that line, so it reads as an error. But also fix what tsadmin said too.