#rsa

1 messages · Page 1 of 1 (latest)

eager prism
#

this would be a place for modding support, what are you trying to do in the first place?

still wave
#

a plugin

eager prism
#

alright

#

you need to link the libraries

still wave
#

I did it but I think some of it is missing, where can I find it?

eager prism
#

the missing one would be Assembly-CSharp.dll

still wave
eager prism
#

hm

#

what does this say?

#

can you translate please

still wave
#

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?)

eager prism
#

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

still wave
#

help

#

😔

spare marten
still wave
#

ty

#

nvm

#

This job cannot be done without knowing anything, I just tried to go too far.

eager prism
#

btw

#

but u dont have to use UnityEngine

#

itl auto use it at the top of tje file