Hey I'm new on plugins. I just followed API document try to make something. I have a question here. Where can developers find difference between Puts and PrintToChat? Or other code like them. Thanks for help.
object CanMountEntity(BasePlayer player, BaseMountable entity)
{
Puts("CanMountEntity works!");
PrintToChat("CanMountEntity works!");
return null;
object CanMountEntity(BasePlayer player, BaseMountable entity)
{
Puts("CanMountEntity works!");
PrintToChat("CanMountEntity works!");
return null;