Jump to content

July 2026 Staging

Fixed 1.8.93 1.8.94

MrLiquid

Posted

IndustrialRecycler - Failed to compile: 'BasePlayer' does not contain a definition for 'ClientRPCPlayer' and no accessible extension method 'ClientRPCPlayer' accepting a first argument of type 'BasePlayer' could be found (are you missing a using directive or an assembly reference?) | Line: 868, Pos: 24

  • Like 1
m3dus4

Posted

replace:

From:
player.ClientRPCPlayer(null, player, "RPC_OpenLootPanel", recycler.panelName);

to:
player.ClientRPC(RpcTarget.Player("RPC_OpenLootPanel", player), recycler.panelName);



from:
player.ClientRPCPlayer(null, player, "RPC_OpenLootPanel", storage.panelName);

to:
player.ClientRPC(RpcTarget.Player("RPC_OpenLootPanel", player), storage.panelName);
 

Martian

Posted

Changed Status from Pending to Fixed

Changed Fixed In to 1.8.94

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.7m
Total downloads
Customers
11.6k
Customers served
Files Sold
165.2k
Total sales
Payments
3.6m
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.