Guest User

PlayerController

a guest
Feb 26th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.17 KB | None | 0 0
  1. public class PlayerController : GtaPlayerController
  2.     {
  3.         public override void RegisterTypes()
  4.         {
  5.             Player.Register<Player>();
  6.         }
  7.     }
Add Comment
Please, Sign In to add comment