Accessing BasePlayer and IPlayer objects?Solved
Hi this might be a silly question but how can i have access to RustPLugin and CovalencePlugin. The normal way i would do it wouldbe to add a comma after but says its not allowed such as
lass testClass : CovalencePlugin, RustPlugin
    {
somecode
}
Thanks in advance
You don't have to inherit RustPlugin to use BasePlayer.
When i dont inherit rust plugin i get error such as PrintToChat does not exist how do i sort this out tho?
mrcameron999
When i dont inherit rust plugin i get error such as PrintToChat does not exist how do i sort this out tho?

Use server.Broadcast and player.Message instead.

5e13a8d5b2bc5.jpg Wulf

Use server.Broadcast and player.Message instead.

how can i convert BasePlayer to IPplayer then?

BasePlayer.IPlayer
Locked automatically