22.08.2011, 19:04
Thanks Adil though all i have already done under OnPlayerPickupPickup - ill give an example of 1 of the many lockers. and you tell me what to put above beneath it etc?
sherrif Lockers
sherrif Lockers
pawn Code:
if(pickupid == iSherrifsLockers)
{
if(IsASherrif(playerid))
{
ShowPlayerDialog(playerid, DIALOG_SHERRIFLOCKERS, DIALOG_STYLE_LIST, "Sherrifs Lockers","Sherrif Duty\nWeaponary\nChange Uniform","Select","Cancel");
}
else
{
SendClientMessage(playerid, COLOUR_YELLOW, "* You are not a GroomLake Sherrif!");
return 1;
}
return 1;
}