02.04.2014, 19:45
CMD:badge(playerid, params[])
{
if(GetPlayerSkin != 280) return 0;
SetPlayerColor(playerid, COLOR_COP);
SendClientMessage(playerid, -1, "You have applied your badge.");
}
Just replace COLOR_COP with the color you want it to show.
{
if(GetPlayerSkin != 280) return 0;
SetPlayerColor(playerid, COLOR_COP);
SendClientMessage(playerid, -1, "You have applied your badge.");
}
Just replace COLOR_COP with the color you want it to show.