NoGreen - Failed to compile: NoGreen.cs(36,33): error CS0029: Cannot implicitly convert type `ulong' to `string'
Cannot implicitly convert type `ulong' to `string'Fixed
I just fixed this one myself.
Replace line 33:
UserId = player.userID,
with:
UserId = player.userID.ToString(),
Replace line 33:
UserId = player.userID,
with:
UserId = player.userID.ToString(),
braxhusky
I just fixed this one myself.
Replace line 33:
UserId = player.userID,
with:
UserId = player.userID.ToString(),
Or player.UserIDString
ola meu nome é icaro estou tentando usar o plugin e aparece a seguinte mensagem.
Error while compiling: NoGreen.cs(36,33): error CS0029: Cannot implicitly convert type `ulong' to `string'
Update your plugin. And please, use English on our forums.
Locked automatically