Anyone Have Player Colour Changer Dialog - 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: Anyone Have Player Colour Changer Dialog (
/showthread.php?tid=457435)
Anyone Have Player Colour Changer Dialog -
Fitri - 11.08.2013
read that
Re: Anyone Have Player Colour Changer Dialog -
Mattakil - 11.08.2013
Not to be a dick, but this is for people who need help with their scripts, not ones that want scripts made for them, nonetheless, it is simple...
simply use SetPlayerColor in a list dialog, and OnDialogResponse like this:
pawn Код:
//say the first option is red
if(listitem == 0)
{
SetPlayerColor(playerid, 0xFF0000AA);
return 1;
}
etc
Re: Anyone Have Player Colour Changer Dialog -
San1 - 12.08.2013
Check out my Player Colour Changer FS
https://sampforum.blast.hk/showthread.php?tid=349222