SA-MP Forums Archive
IG logs - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: IG logs (/showthread.php?tid=429522)



IG logs - MichaelWharton101 - 09.04.2013

Hello, I am trying to make it so i can use a command such as /serverlogs and I can see all my server logs from IG without exiting the game. I can make the command my self but need help on how I can make it show up on a Dialog.

I already have this made for the Dialog
Код:
		case 16: // VIP Dialog
		{
		    ShowPlayerDialog(playerid, 16, DIALOG_STYLE_LIST, "Server Logs", "House Logs\nChat Logs\nFaction Logs", "Choose", "Cancel");
		}
But how would I make it so that when I click on lets say House logs in will show me all the logs for it in the chat?


Re: IG logs - MichaelWharton101 - 09.04.2013

Never mind I figured it out