06.06.2012, 14:45
[QUOTE=Neo Karls;1907023]
U cant copy pawn codes -.-
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;
}
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!");
}