SA-MP Forums Archive
ShowPLayerDialog probblem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: ShowPLayerDialog probblem (/showthread.php?tid=202675)



ShowPLayerDialog probblem - Hoss - 24.12.2010

Hello people i have probblem with dialog

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/test", true))
{
    ShowPlayerDialog(playerid,DialogID, DIALOG_STYLE_MSGBOX, "******", "/**********", "Cancel", "Continue");
    return 1;
}
    return 0;
}
pawn Код:
(95) : error 017: undefined symbol "ShowPlayerDialog"

1 Error.



Re: ShowPLayerDialog probblem - Hoss - 24.12.2010

Its hard to fix that


Re: ShowPLayerDialog probblem - Hoss - 26.12.2010

Bump
Anyone can help me
Please