AdminHammer - Failed to compile: 'ulong' does not contain a definition for 'userid' and no accessible extension method 'userid' accepting a first argument of type 'ulong' could be found (are you missing a using directive or an assembly reference?) | Line: 409, Pos: 50
Not working after November update
Ditto -- same error. Admin Hammer not working. Hasn't been updated in 4 years -- I hope to GOD the dev updates for this
Same, Such a useful admin tool hope somone steps in to update it
While we waiting for the official fix.
Lines 409 - 410
Replace these lines :
msg += $"{authed}. {GetName(user.userid.ToString())}\n";
Puts($"{authed}. {user.userid} {GetName(user.userid.ToString())}\n");
by these ones :
msg += $"{authed}. {GetName(user.ToString())}\n";
Puts($"{authed}. {user} {GetName(user.ToString())}\n");
Github link for patched version 1.14
https://github.com/PromeusDev/AdminHammer.cs
Thanks PromeusDev
Just Installed and is working again
JackMachineWhile we waiting for the official fix.
Lines 409 - 410
Replace these lines :
msg += $"{authed}. {GetName(user.userid.ToString())}\n"; Puts($"{authed}. {user.userid} {GetName(user.userid.ToString())}\n");
by these ones :
msg += $"{authed}. {GetName(user.ToString())}\n"; Puts($"{authed}. {user} {GetName(user.ToString())}\n");
thx ❤️
JackMachineWhile we waiting for the official fix.
Lines 409 - 410
Replace these lines :
msg += $"{authed}. {GetName(user.userid.ToString())}\n"; Puts($"{authed}. {user.userid} {GetName(user.userid.ToString())}\n");
by these ones :
msg += $"{authed}. {GetName(user.ToString())}\n"; Puts($"{authed}. {user} {GetName(user.ToString())}\n");
Thank you so much for your help, it's working again❤️
PromeusDev
Github link for patched version 1.14
https://github.com/PromeusDev/AdminHammer.cs
Much appreciated! working again.
/b not working for me
JackMachineWhile we waiting for the official fix.
Lines 409 - 410
Replace these lines :
msg += $"{authed}. {GetName(user.userid.ToString())}\n"; Puts($"{authed}. {user.userid} {GetName(user.userid.ToString())}\n");
by these ones :
msg += $"{authed}. {GetName(user.ToString())}\n"; Puts($"{authed}. {user} {GetName(user.ToString())}\n");
You sir... are a legend! Thank you for this :)