PersonalHeli - Failed to compile: 'StringView' does not contain a definition for 'IsSteamId' and the best extension method overload 'ExtensionMethods.IsSteamId(string)' requires a receiver of type 'string' | Line: 257, Pos: 18
Need updateFixed
Same error, posting in support of report. ;p
Thanks.
change line 257 to the following
if (!arg.Args[0].ToString().IsSteamId()) {
Amazing, thank you!uip88change line 257 to the following
if (!arg.Args[0].ToString().IsSteamId()) {
Locked