Locker Command !HELP
#1

hey i want to make this locker into my family locker is there a way i can do this
Код:
CMD:pmc(playerid, params[])
{
	if(PlayerInfo[playerid] == 2 || FamilyInfo[family][FamilyRank1])
	{


			ShowPlayerDialog(playerid, DUTYMENU, DIALOG_STYLE_LIST, "PMC Menu","Duty\nEquipment", "Select", "Cancel");


	}
	return 1;
}
Reply
#2

If u want to make it only for ur family than use this code:

Код:
CMD:pmc(playerid, params[])
{
	if(FamilyInfo[family][FamilyRank] == _ )///Replace "_" with family rank which u want
	{


			ShowPlayerDialog(playerid, DUTYMENU, DIALOG_STYLE_LIST, "PMC Menu","Duty\nEquipment", "Select", "Cancel");


	}
	return 1;
}
Hope it will help you, if not pm me.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)