05.02.2014, 16:39
You're calling TogglePlayerControllable outside any function, the complier guesses that you're trying to declare this as a function but it's already declared. You need to use this function inside a public function. For example OnPlayerConnect