When using this with Carbon, I am getting this error:
[2023.10.13 20:04:24] [ERRO] Failed compiling 'C:\Servers\Rust\Carbon\carbon\plugins\PoliceSedan.cs':
[2023.10.13 20:04:24] [ERRO] 1. Argument 1: cannot convert from 'NetworkableId' to 'uint' [CS1503]
(PoliceSedan 39 line 67)
[2023.10.13 20:04:24] [ERRO] 2. Operator '==' cannot be applied to operands of type 'uint' and 'NetworkableId' [CS0019]
(PoliceSedan 67 line 133)
[2023.10.13 20:04:24] [ERRO] Failed compiling 'C:\Servers\Rust\Carbon\carbon\plugins\PoliceVehicles.cs':
[2023.10.13 20:04:24] [ERRO] 1. Argument 2: cannot convert from 'NetworkableId' to 'uint' [CS1503]
(PoliceVehicles 62 line 182)
[2023.10.13 20:04:24] [ERRO] 2. Operator '==' cannot be applied to operands of type 'NetworkableId' and 'uint' [CS0019]
(PoliceVehicles 25 line 664)