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.

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.5m
Total downloads
Customers
11.2k
Customers served
Files Sold
160.2k
Total sales
Payments
3.4m
Processed total
×
×
  • 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.