06.07.2014, 15:24
Wait twenty-four hours before bumping a topic.
announcement.php?f=74
The 'local variable shadows a variable at a preceding level' warning is caused by duplicate variables. You're creating variables that another callback needs, in this case OnPlayerWeaponShot. All you need to do is adjust your variables accordingly.
announcement.php?f=74
The 'local variable shadows a variable at a preceding level' warning is caused by duplicate variables. You're creating variables that another callback needs, in this case OnPlayerWeaponShot. All you need to do is adjust your variables accordingly.