How to show top notice ?
http://www.uppic.tk/img/in/notice.jpg
Please help me.
How to show top notice ?
http://www.uppic.tk/img/in/notice.jpg
Please help me.
Check the gmtool thread
Posted via Mobile Device
Insert the message you want to send in dbo.Pangya_Notice_List, and execute the following command:
The Arg1 Value ('1' in the example) means the Idx of your message.Code:USE Pangya_S4_TH INSERT INTO Pangya_Server_Command (Command, Arg1, Target) VALUES (0, 1, 20201)
You can check more commands here: http://forum.ragezone.com/f512/gmtool_cmd-727937/
"Insert the message you want to send in dbo.Pangya_Notice_List"
Open up the table "Pangya_Notice_List" and add a row with your desired announcement.
Save the table.
Run this query
like brumas posted earlier.Code:USE Pangya_S4_TH INSERT INTO Pangya_Server_Command (Command, Arg1, Target) VALUES (0, 1, 20201)
0 means you send a Notice Command to the gameserver.
1 refers to the idx of the row inside Pangya_Notice_List
20201 is your gameserver GUID
Can't make it any more easier.
Thank you so mush ^^