problem with carbon can you help
1. There is no argument given that corresponds to the required parameter 'x' of 'GenericPosition.GenericPosition(float, float, float)' [CS7036]
(PlaytimeTracker 61 line 570)
Problem in carbon
Have the same thing ^
Failed to run a 30.00 timer in 'AntiNoobRaid v2.1.1' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.AntiNoobRaid.APICall_TeamSync (System.UInt64 ID) [0x00041] in <716fcd18c61848c89e333525db4abb31>:0
at Oxide.Plugins.AntiNoobRaid.Check () [0x001bb] in <716fcd18c61848c89e333525db4abb31>:0
at Oxide.Plugins.AntiNoobRaid.<StartChecking>b__102_2 () [0x00000] in <716fcd18c61848c89e333525db4abb31>:0
at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <cd7231f30b444d86bc6cca8a53cdd2ea>:0 playtime tracker
update line 570 to
private GenericPosition _lastPosition = new GenericPosition(0, 0, 0);
Thanks for sharing the solution nashslash! works perfect.
nashslash
playtime tracker
update line 570 to
private GenericPosition _lastPosition = new GenericPosition(0, 0, 0);
thanks! :)
carbon has been updated and it will work regardless of edit