13.10.2012, 16:07
PHP Code:
if(strcmp(cmd, "/mi5equip", true) == 0) // By Josh_McArtin
{
if(IsPlayerConnected(playerid))
{
if(IsPlayerInRangeOfPoint(playerid, 6, 1457.684,-1761.504,3285.285))//Equip for MI5
SendClientMessage(playerid,COLOR_GREY,"** This Refill Point is Only for the MI5");
new mi5equip[] = "1\tSpy\n2\tAgent\n3\tSpecial Agent\n4\tCoordinator of Intelligence\n5\tDeputy Director General\n6\tDirector General";
ShowPlayerDialog(playerid,51,DIALOG_STYLE_LIST,"List of Equips:",mi5equip,"Select","Cancel");
SendClientMessage(playerid, COLOR_GREY,"* REMEMBER, You may not be able to Select EVERYTHING");
return 1;
}