Exemplo n.º 1
0
 public StreamedPed(PedStreamer streamer, string model, string networkname, Vector3 position, float heading, BlipColor color)
     : base(streamer)
 {
     this.position      = position;
     this.heading       = heading;
     this.networkname   = networkname;
     this.model         = model;
     direction          = Vector3.Zero;
     hasNetworkName     = false;
     vehicle_id         = 0;
     CurrentChatMessage = "";
     animator           = new PedAnimationManager(this);
 }
 public StreamedPed(PedStreamer streamer, string model, string networkname, Vector3 position, float heading, BlipColor color)
     : base(streamer)
 {
     this.position = position;
     this.heading = heading;
     this.networkname = networkname;
     this.model = model;
     direction = Vector3.Zero;
     hasNetworkName = false;
     vehicle_id = 0;
     CurrentChatMessage = "";
     animator = new PedAnimationManager(this);
 }