I will provide the error and the other stuff below.
Screenshot
You can see that after I fixed this line:
Which wasCode:foreach (var sleeper in BasePlayer.sleepingPlayerList)
It gave me that error which in all honesty I have no idea what it could be as its a blank error!Code:foreach (var sleeper in BasePlaye.sleepingPlayerList)
Blank error when compiling
Discussion in 'Rust Development' started by DylanSMR, Jul 4, 2016.
-
Attached Files:
-
-
Wulf Community Admin
Check the oxide/logs/compiler log else Unity's output_log.txt.
-
Oooooh ok. It was because
took up 2 lines.Code:SendReply(arg, lang.GetMessage("GatherStats", this).Replace("player", target.ToString()).Replace("resource", playerData.playerD[target.userID].playerResource.ToString()).Replace("quarry", playerData.playerD[target.userID].playerQuarry.ToString()).Replace("pickup", playerData.playerD[target.userID].playerPickup.ToString()));
