Quote:
Originally Posted by Horrible
are you mean you want it for army only ?
PHP код:
if(IsPlayerInRangeOfPoint(playerid, 6, 233.5712,124.9033,1003.2188))//Army Lockers
{
if(PlayerInfo[playerid][pMember] != 12 && PlayerInfo[playerid][pLeader] != 12)
{
SendClientMessage(playerid,COLOR_GREY,"** This Refill Point is Only for the Army");
return 1;
}
else
{
new armyequip = "1\tPrivate Equipment\n2\tSergeant Equipment\n3\tWatching Equipment\n4\tSpy Equipment\n5\tStandard Special Forces\n6\tMedium Special Forces\n7\tHeavy Special Forces\n8\tHeaviest Tactical\n9\tArmour+Health\n10\tCeremonial Suit\n11\tDefault\n12\tHigher Ranked";
ShowPlayerDialog(playerid,123123123,DIALOG_STYLE_LIST,"List of Equips:",armyequip,"Select","Cancel");
SendClientMessage(playerid, COLOR_GREY,"* REMEMBER, You may not be able to Select EVERYTHING, Each Item needs it's Specified Rank!");
}
}
i hope it works
|
I cant copy from Pawno Pls next time put in PHP