PDA

View Full Version : AquaplayerController not found



Nazk
11-10-2009, 08:33 PM
Hello, I try to rewrite the game to learn..

In "Player Input", I suppose I need to make a new file named "AquaPlayerController.uc" and when I try to compile it,
Why do I get this message "Error, Superclass AquaPlayerControllerBase of class AquaplayerController not found" ?

Psyonix-Thomas
11-10-2009, 09:31 PM
Hello, I try to rewrite the game to learn..

In "Player Input", I suppose I need to make a new file named "AquaPlayerController.uc" and when I try to compile it,
Why do I get this message "Error, Superclass AquaPlayerControllerBase of class AquaplayerController not found" ?

That's because you don't have a class called AquaPlayerControllerBase.

You should replace AquaPlayerControllerBase with PlayerController for your superclass in the class declaration.