25.09.2015, 21:52
(
Последний раз редактировалось TheKnown; 26.09.2015 в 12:23.
)
So i have made a dialog and every time i enter the checkpoint the dialog shows up but doesn't go away. Anyone know a fix to this?
Btw i am using a self made checkpoint streamer because the streamer plugin doesn't work for me.
Код:
new StoreBuyCP;
StoreBuyCP = CreateCheckpoint(-1,-22.5904,-55.3651,1003.5469,1.5,5.0);
if(CPiD == StoreBuyCP)
{
ShowPlayerDialog(playerid,dStore,DIALOG_STYLE_LIST, "24/7 Menu", "Wallet - $3000\nCondom - $2500\nRadio Jammer - $2000\nRopes - $2500", "Select", "Cancel");
return 1;
}

