dynamic(cp)
#2

I use it the way you do but this is how i do it:

pawn Код:
bank = CreateDynamicCP( 2308.7785, -13.4947, 26.7421, 1.50, -1, -1, -1, 40.0);
pawn Код:
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
    if(checkpointid == bank)
    {
        if(IsPlayerInRangeOfPoint(playerid,10.0,2308.7785, -13.4947, 26.7421))
        ShowPlayerDialog( playerid, bankdialog, DIALOG_STYLE_LIST,"BankMenu", "Balance\nDeposit\nWithdraw\nSell Gold", "Select", "Cancel" );

    }
}
I use IsPlayerInRangeOfPoint.
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)