help explicit rp(+REP)
#4

Quote:
Originally Posted by 1Deagle1
Посмотреть сообщение
Код:
    SetPlayerSkin(playerid, 265);
Put this in the command.
Quote:
Originally Posted by SpikY_
Посмотреть сообщение
Код:
SetPlayerSkin(playerid, 265);
Add this under your command
Код:
		case 7:
		{
            if (PlayerInfo[playerid][pdSuspensionDay] > 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You are currently suspened of the Police department !");
			switch(GetPVarInt(playerid, "Duty"))
			{
		    	case 0:
		    	{
		        	SetPVarInt(playerid, "Duty", 1);
		        	SendClientMessage(playerid,COLOR_WHITE,"You are now On-Duty.");
		        	SendClientMessage(playerid,0xBE444196,"WARNING: Make sure to properly use the command (/unit) while you patrol.");
    	        	ShowPlayerDialog(playerid,105,DIALOG_STYLE_MSGBOX,"Color Setting","Select the color of your SA-MP nametag.","Blue", "White");
		    	}
		    	case 1:
		    	{
		        	SetPVarInt(playerid, "Duty", 0);
		        	SendClientMessage(playerid,COLOR_WHITE,"You are now Off-Duty.");
		        	SetPlayerColor(playerid,COLOR_WHITE);
		        	DeletePVar(playerid, "PDUNIT"), DeletePVar(playerid, "PDRadio");
		    	}
			}
		}
		default: SendClientMessage(playerid, COLOR_GREY, "You don't have access to this command!.");
	}
	return 1;
}
Is just make skins for one rank?
I had 15 ranks with ohers skins need .
Reply


Messages In This Thread
help explicit rp(+REP) - by RedLabel - 01.08.2015, 15:04
Re: help explicit rp(+REP) - by Variable™ - 01.08.2015, 15:10
Re: help explicit rp(+REP) - by SpikY_ - 01.08.2015, 15:13
Re: help explicit rp(+REP) - by RedLabel - 01.08.2015, 15:15
Re: help explicit rp(+REP) - by Variable™ - 01.08.2015, 15:18
Re: help explicit rp(+REP) - by SpikY_ - 01.08.2015, 15:18
Re: help explicit rp(+REP) - by xVIP3Rx - 01.08.2015, 15:22
Re: help explicit rp(+REP) - by RedLabel - 01.08.2015, 15:23
Re: help explicit rp(+REP) - by Variable™ - 01.08.2015, 15:28
Re: help explicit rp(+REP) - by RedLabel - 01.08.2015, 15:31

Forum Jump:


Users browsing this thread: 1 Guest(s)