27.12.2010, 05:58
try:
If it don't work,mean the position -2374.8315,499.9057,29.1996 is wrong ..
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 5, -2374.8315,499.9057,29.1996))
{
DisablePlayerCheckpoint(playerid);
PlayerPlaySound(playerid, 1054, 0, 0, 0);
new message[] = " \n";
new message4[] = " ";
new message2[] = " ";
new message3[] = " ";
format(string, sizeof(string),"%s %s %s %s",message,message2,message3,message4);
ShowPlayerDialog(playerid,666,DIALOG_STYLE_MSGBOX,"Lovegold's District Bank",string,"Continue","Continue");
return 1;
}

