Quote:
Originally Posted by RedRobster
**Face palm**
|
Shouldn't I also add:
Undefined symbol gShouldSwitch
This should be it. You made the wrong bool:
PHP Code:
new bool:gSwitchPlayer[32] = false
PHP Code:
new bool:gShouldSwitch[32] = false
__________________