SA-MP Forums Archive
Admin log Textdraw - 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: Admin log Textdraw (/showthread.php?tid=617655)



Admin log Textdraw - yvoms - 24.09.2016

Hey, i wanted to create some text draw on the bottom of the screen showing the last six performed commands.
Showing the administrators name, the players' name, the command performed, etc.
all my commands are working and setup, however, i'm unsure on how to accomplish this?

I've provided a screenshot showing what i mean in basic
http://prntscr.com/cluxwz

Any help or suggestion is more than welcome.


Re: Admin log Textdraw - SickAttack - 24.09.2016

What are you unsure about? It's pretty simple.


Re: Admin log Textdraw - PrO.GameR - 24.09.2016

What exactly do you need? use OnPlayerCommandPerformed (or Received depending on if you want to show when they enter a valid one or not) if you are using ZCMD or similar systems, or just OnPlayerCommandText
and update the textdraws with data


Re: Admin log Textdraw - yvoms - 11.10.2016

Could someone please help me out on this, since i want an admin log in text draws, showing at least 6 to 8 lines of the log, and also updating it on a command performed, i have no idea on how to update the text draws and making it go to the next line instead of erasing it.