22.06.2015, 20:46
Код:
if(IsPlayerInRangeOfPoint(playerid, 5.0, 2227.7256, -1707.8555, 13.6281))
{
SetPlayerCheckpoint(playerid, 2227.7256, -1707.8555, 13.6281, 1.0);
}
Код:
if(IsPlayerInRangeOfPoint(playerid, 1.0, 2227.7256, -1707.8555, 13.6281))
{
ShowPlayerDialog(playerid, ATM, DIALOG_STYLE_LIST, "ATM","View Balance\nWithdraw\nDeposit", "Select", "Cancel");
}


