Store Dialog
#3

Quote:
Originally Posted by cray1100
View Post
I have a problem, im new to using dialogs...
This is what i have, (also i havent set up my dialog responses yet...)
pawn Code:
{
    {
    if(!IsPlayerInRangeOfPoint(playerid, 8.0, 3167.4341, 500.0863, 4.7500)) return SendClientMessage(playerid,-1,"You need to be in the Galaxy Mall."); // change the co-ords to the ones you want

    ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Galaxy Mall : Ammunition","Spraycan [$100]\nBat [$50]\nGolf Club [$70]\nShovel [$70]\nKatana [$100]\nCamera [$60]","Purchase","Exit");
    }
    {
    if(!IsPlayerInRangeOfPoint(playerid, 8.0, 3164.3389, 522.0725, 11.9411)) return SendClientMessage(playerid,-1,"You need to be in the Galaxy Mall."); // change the co-ords to the ones you want

    ShowPlayerDialog(playerid,2,DIALOG_STYLE_LIST,"Galaxy Mall : Fashion","Mask [$350]\nRuffles [$10]\nCoca-Cola [$10]\nCheeseburger [$15]","Purchase","Exit");
    }
    {
    if(!IsPlayerInRangeOfPoint(playerid, 8.0, 3071.0244, 532.2115, 11.7497)) return SendClientMessage(playerid,-1,"You need to be in the Galaxy Mall."); // change the co-ords to the ones you want

    ShowPlayerDialog(playerid,3,DIALOG_STYLE_LIST,"Galaxy Mall : Bar","Cigarettes [$40]\nBeer [$20]","Purchase","Exit");
    }
    return 1;
}
But, the problem so far is that when i use this code, it only works for the first dialog, id1... It pops up, but the others dont, it compiles fine... But in game, doesnt work properly, can someone fix the code for me...? Also can someone show me how to set up the dialog responses for this?
be more specific what is going on with it ? is it not showing? more info
Reply


Messages In This Thread
Store Dialog - by cray1100 - 11.08.2013, 03:28
Re: Store Dialog - by cray1100 - 11.08.2013, 04:02
Re: Store Dialog - by UserName31 - 11.08.2013, 04:16
Re: Store Dialog - by cray1100 - 11.08.2013, 04:42
Re: Store Dialog - by UserName31 - 11.08.2013, 04:53
Re: Store Dialog - by cray1100 - 11.08.2013, 04:56
Re: Store Dialog - by cray1100 - 11.08.2013, 05:24
Re: Store Dialog - by UserName31 - 11.08.2013, 05:51
Re: Store Dialog - by cray1100 - 11.08.2013, 07:04

Forum Jump:


Users browsing this thread: 2 Guest(s)