SA-MP Forums Archive
Help Please - 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: Help Please (/showthread.php?tid=650334)



Help Please - hasantemur - 25.02.2018

How to edit login dialog color?
http://i.hizliresim.com/76BN85.png
I want it to be red


Re: Help Please - RxErT - 25.02.2018

Open the script that have that login system,and search for(ctrl + f) OnPlayerDialogResponse, and there find it and put a HEX color before it for example you want it red, find the input dialog and put {f00f00} before it and it should be done.


Re: Help Please - hasantemur - 25.02.2018

thanks man.