10.04.2015, 16:59
Quote:
Thanks for your reply.
Must I load the controller in the Property class or just in the general gamemode class? |
PHP код:
protected override void LoadControllers(ControllerCollection controllers)
{
base.LoadControllers(controllers);
Streamer.Load(controllers);
// Load other controllers here as well, e.g.:
// controllers.Remove<GtaPlayerController>();
// controllers.Add(new PlayerController());
}