Help please - 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: Help please (
/showthread.php?tid=216755)
Help please -
BizzyD - 26.01.2011
FIXED! DELETE PLZ
Re: Help please -
cessil - 26.01.2011
who the code where you set the dialog ID
Re: Help please -
Steven Paul - 26.01.2011
does it compile prefectly. And btw what do you mean by new window?
Re: Help please -
BizzyD - 26.01.2011
It compiles perfectly. I mean it opens up with a new dialog. I just posted the ShowPlayerDialog for the faction help.
Re: Help please -
Steven Paul - 26.01.2011
ya it will because you used ShowPlayerDialog. It means that it will show another dialog
EDIT : Use menu instead of Dialog
pawn Код:
if(Current == FHELPMENU)
{
switch(row)
{
case 0:
{
Re: Help please -
BizzyD - 26.01.2011
now i get this errors
Код:
error 017: undefined symbol "Current"
error 017: undefined symbol "row"
Re: Help please -
BizzyD - 26.01.2011
Delete