20.02.2016, 10:53
Add a constructor:
Don't forget to override the controller, see https://github.com/ikkentim/SampShar...rController.cs and https://github.com/ikkentim/SampShar...meMode.cs#L204
Код:
public class Player : GtaPlayer { public Player(int id) : base(id) { } }