dynamic(cp)
#1

Hello i'm trying to create bank menu via dialog + cp
basically i have done everything but i have 1 little problem

it works only if there is 1 person on the server ...
if there is more then one dialog menu doesn't show up but cp does
pawn Код:
bank = CreateDynamicCP( 2308.7785, -13.4947, 26.7421, 1.50, -1, -1, -1, 40.0);
pawn Код:
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
if(checkpointid == bank)
    {
ShowPlayerDialog( playerid, bankdialog, DIALOG_STYLE_LIST,"BankMenu", "Balance\nDeposit\nWithdraw\nSell Gold", "Select", "Cancel" );

    }
}
Reply


Messages In This Thread
dynamic(cp) - by Blatnoi - 19.12.2010, 07:03
Re: dynamic(cp) - by Tee - 19.12.2010, 07:27
Re: dynamic(cp) - by Blatnoi - 19.12.2010, 07:34
Re: dynamic(cp) - by Blatnoi - 19.12.2010, 15:34
Re: dynamic(cp) - by Blatnoi - 20.12.2010, 08:51

Forum Jump:


Users browsing this thread: 1 Guest(s)