27.12.2010, 04:37
(
Последний раз редактировалось Anthonyx3'; 27.12.2010 в 13:58.
)
Hey guys, im working on my gamemode, and well this dialog wont show up when needed to:
Anyone could tell me whats wrong with this? thank you
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 5, -2374.8315,499.9057,29.1996))
{
DisablePlayerCheckpoint(playerid);
PlayerPlaySound(playerid, 1054, 0, 0, 0);
new message[] = "";
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;
}