#rsa
1 messages · Page 1 of 1 (latest)
a plugin
I did it but I think some of it is missing, where can I find it?
the missing one would be Assembly-CSharp.dll
ok 1sec
Error CS1061 'UnturnedPlayer' does not contain a 'SendMessage' definition and no accessible 'SendMessage' extension method was found that accepts a first argument of type 'UnturnedPlayer' (maybe you are missing a casting directive or assembly reference?)
ah
to send a message to a player you use
UnturnedChat.say(UnturnedPlayer,String,UnityEngine.Color)
where String is the message and the color is optional
Capital S, and you forgot ; at the end.
ty
nvm
This job cannot be done without knowing anything, I just tried to go too far.
ity UnityEngine.Color.Red
btw
but u dont have to use UnityEngine
itl auto use it at the top of tje file