Takun
New member
- Messages
- 3
- Points
- 0
Hello,
Anyone can make this?
How it works:
@streamer - A command that will enable all players (GroupID 0) to view the listed streamers in your server.
Normal Players (GroupID 0) can only view who is live at the moment.
Hope this is fine.
Thank you Hercules
Anyone can make this?
How it works:
@streamer - A command that will enable all players (GroupID 0) to view the listed streamers in your server.
Normal Players (GroupID 0) can only view who is live at the moment.
Code:
GM99 - The GM99 have access to include the Account ID of the player to be registered in the Streamer ID.
if GM99
menu:
(1) Register Streamer ID - Registers the account ID of the streamer. (Can be save in database SQL)
(2) Remove Streamer ID - Removes the account ID of the streamer. (Can be removed in database SQL)
(3) Set Reward - Sets the reward of the streamer.
(4) Close;
Code:
Set StreamerID - This will be labeled to the players included by the GM99.
Code:
StreamerID - The streamer registered can have access to set in the streamer message that he/she is live.
menu:
(1) Are you Live?;
- I'm Live = Shows the player that he/she is LIVE when @streamer is used & will announce throughout the server that the streamer is live.
- I'm signing off = Shows the player the he/she is NOT LIVE when @streamer is used & will announce throughout the server the the streamer is signing off.
- No = Nevermind.
(2) Claim Reward;
- The streamer can get his DAILY reward. (getitem xxx,n) Refreshes daily and only start timer upon claimed. (So this will not be stacked/abused)
(3) Close;
Hope this is fine.
Thank you Hercules