Something that confused me
#20

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
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;
    }
Reply


Messages In This Thread
Something that confused me - by PhoenixB - 22.08.2011, 12:29
Re: Something that confused me - by PhoenixB - 22.08.2011, 12:41
Re: Something that confused me - by Babul - 22.08.2011, 12:41
Re: Something that confused me - by PhoenixB - 22.08.2011, 12:47
Re: Something that confused me - by PhoenixB - 22.08.2011, 17:22
Re: Something that confused me - by veyron - 22.08.2011, 17:30
Re: Something that confused me - by Tee - 22.08.2011, 17:32
Re: Something that confused me - by PhoenixB - 22.08.2011, 17:32
Re: Something that confused me - by Tee - 22.08.2011, 17:34
Re: Something that confused me - by PhoenixB - 22.08.2011, 17:41
Re: Something that confused me - by Tee - 22.08.2011, 17:44
Re: Something that confused me - by PhoenixB - 22.08.2011, 17:56
Re: Something that confused me - by Tee - 22.08.2011, 17:58
Re: Something that confused me - by PhoenixB - 22.08.2011, 18:04
Re: Something that confused me - by veyron - 22.08.2011, 18:07
Re: Something that confused me - by Tee - 22.08.2011, 18:12
Re: Something that confused me - by PhoenixB - 22.08.2011, 18:15
Re: Something that confused me - by Tee - 22.08.2011, 18:17
Re: Something that confused me - by Adil - 22.08.2011, 18:24
Re: Something that confused me - by PhoenixB - 22.08.2011, 19:04
Re: Something that confused me - by Adil - 22.08.2011, 19:18
Re: Something that confused me - by PhoenixB - 22.08.2011, 19:50
Re: Something that confused me - by Adil - 22.08.2011, 19:55
Re: Something that confused me - by PhoenixB - 22.08.2011, 20:00
Re: Something that confused me - by PhoenixB - 23.08.2011, 16:16
Re: Something that confused me - by The.Atom - 25.08.2011, 01:03

Forum Jump:


Users browsing this thread: 1 Guest(s)