Jump to content
  • Sign Up
RonXTCdaBass

Question regarding “LocationJoin” plugin

Recommended Posts

Is it correct that only the player who is currently joint is shown where he came from?

Or is it just my server doing something wrong again?

With the plugin, how do I, as the owner, see where the players come from on IRC?

I always have to type /location [player]  in game chat...

 

Plugin: LocationJoin.cs

from this package: github.com

Share this post


Link to post

Update

 

I've made little changes...

now it posts in chat and not only to the joined user.

 

1. renamed to "LocaJoinGlobal_mod.cs"

2. Lines 38,  53 & 60  -> "p.Message(..." replaced by "Chat.MessageFrom(p, ..."
for example line 60:

Chat.MessageFrom(p, "%a" + p.truename + " from %e" + country + " joined!");

3. /pcompile & /pload without errors and its working 😄

 

but i have a question more.

now its shown ingame only, not in IRC. what must i do to send this to the IRC Chat too?

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...