Hi,
Iam trying to modify Rust++ to add a value to the DataStore when a moderator or admin uses godmode.
by adding to the GodModeCommand.cs at the correct section:
DataStore GOMD = new DataStore();
GOMD.Add("Gomd", pl.SteamID, "true");
But this command does not have any effect at all. The Table gets never created in the DataStore.
Why this?
Iam trying to modify Rust++ to add a value to the DataStore when a moderator or admin uses godmode.
by adding to the GodModeCommand.cs at the correct section:
DataStore GOMD = new DataStore();
GOMD.Add("Gomd", pl.SteamID, "true");
But this command does not have any effect at all. The Table gets never created in the DataStore.
Why this?