Begin weaponschein
This commit is contained in:
@@ -35,5 +35,10 @@ namespace ReallifeGamemode.Server.Core.RageMP
|
||||
return DisconnectReason.Unknown;
|
||||
}
|
||||
}
|
||||
|
||||
public static GTANetworkAPI.Color ToColor(this API.Color color)
|
||||
{
|
||||
return new GTANetworkAPI.Color(color.R, color.G, color.B);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user