23.02.2016, 03:54
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
/reps will be given for helping
CMD:badge(playerid, params[])
{
SetPlayerColor(playerid, 0x2B77A100);
return 1;
}