Cannot implicitly convert type `ulong' to `string'Fixed
NoGreen - Failed to compile: NoGreen.cs(36,33): error CS0029: Cannot implicitly convert type `ulong' to `string'
I just fixed this one myself.

Replace line 33:
UserId = player.userID,

with:
UserId = player.userID.ToString(),
5c508ef89b6b7.png 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