hey guys i would like to know how to make a notice for all users in game
when i login / log out
like [GM]b13 logged in
can it be done ?
when i login / log out
like [GM]b13 logged in
can it be done ?
Or using the AutoPlus system + Silk per hour.Quote:
Well you have 2 options:
1) Using EventIDs and executing some command by a 3rd party application that will write the notice.
2) Using a proxy-based filter and sending local notice to all connected clients.
Quote:
Or using the AutoPlus system + Silk per hour.
By having a trigger at _OnlineOffline when a char comes online it can execute the stuff for PlusNotice to send a notice in-game.
Also a way to go, not recommended do.
Quote:
Or using the AutoPlus system + Silk per hour.
Also a way to go, not recommended do.