19.12.2010, 07:03
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
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" );
}
}