SA-MP Forums Archive
/badge colour - 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: /badge colour (/showthread.php?tid=601562)



/badge colour - DarkScimitar - 23.02.2016

Hello I need a code for a when you do /badge the colour pops up on TAB so Like LSPD - Blue

/reps will be given for helping


Re: /badge colour - DarkScimitar - 27.02.2016

Bump


Re: /badge colour - -CaRRoT - 27.02.2016

Код:
CMD:badge(playerid, params[])
{
	SetPlayerColor(playerid, 0x2B77A100);
	return 1;
}
You'll need to set permissions obviously for who can do it & then if you wanna use the same command for different factions/teams, you'll need to check the player's faction/team and set it to the color you want.


Re: /badge colour - Hellman92 - 27.02.2016

This is wrong section this section is to meant to request script is for if u have a bug or something in ur code and need help with it.