Something that confused me
#3

if i get it correct, you dont want the main menu re-opening while youre standing on the pickup (coz it gets picked up each second).
you have set the SetPVarInt(playerid,"DialogShown",1); already, now you need to add the check if that variable is NOT set before opening the dialog:
Code:
if(GetPVarInt(playerid,"DialogShown")==0){_open_dialog_now_}
dont forget to
Code:
DeletePVar(playerid,"DialogShown");
when you closed the dialog (esc) or chosed an entry successfully, so the main menu could pop up again..
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)