Jump to content

0risk0fun

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by 0risk0fun

  1. This compiler error depends on Version 1.1.9 [Error] Error while compiling BuildingSkins: Type of conditional expression cannot be determined because 'ulong' and 'BasePlayer.EncryptedValue' implicitly convert to one another | Line: 500, Pos: 39 Line 500: (previous) //var targetOwner = arg.Length > 1 ? ulong.Parse(arg[1]) : player.userID; Fixing this issue by: var targetOwner = arg.Length > 1 ? ulong.Parse(arg[1]) : player.userID.Get(); or by writing a Method() to do the job...
  2. 0risk0fun

    IFuel System

    Replacing Line 6815: var fuelSystem = mini.GetFuelSystem(); by var fuelSystem = mini.GetFuelSystem() as EntityFuelSystem; Line 6850+6862: var fuelSystem = boat.GetFuelSystem(); by var fuelSystem = boat.GetFuelSystem() as EntityFuelSystem; will fix it.
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.5k

Files Sold

Total number of files sold.

2.4m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.