Police Gear
#1

I made a /ncpd command so police can access their gear, They do it in game and it says its an unknown command.


Код:
CMD:NCPD(playerid, params[])
{
	if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1)
	{
			ShowPlayerDialog(playerid, DUTYMENU, DIALOG_STYLE_LIST, "NCPD Menu","Duty\nEquipment\nSWAT\nUniform\nUndercover", "Select", "Cancel");

	}
	return 1;
}
Reply
#2

From previous experience, using caps in the command name can sometimes cause this. Change,
pawn Код:
CMD:NCPD
to
pawn Код:
CMD:ncpd
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)