What's wrong?
#7

About this error: symbol already defined: "OnPlayerSelectedMenuRow"
-> Remove this in ur codes.
pawn Код:
public OnPlayerSelectedMenuRow(playerid, row)
{
    return 1;
}
About these errors: undefined symbol "..."
-> I think "HandleTestMenuSelection(playerid, row);" is a stock or somethings smilar so get that stock for ur codes.
-> About "TestMenu", it could be a dialogid so #define TestMenu <id here>.
-> CurrentMenu -> park4bmx was talking about this
Quote:

because of
pawn Code:
new Menu:CurrentMenu = GetPlayerMenu(playerid);
you simply cant call that function

you cant call playerid outside of callback's as its not a public variable.

I'm not sure that can fix, but at least try.
Reply


Messages In This Thread
What's wrong? - by JEkvall95 - 27.06.2013, 19:37
Re: What's wrong? - by CLT - 27.06.2013, 19:40
Re: What's wrong? - by CLT - 27.06.2013, 19:52
Re: What's wrong? - by park4bmx - 27.06.2013, 20:01
Re: What's wrong? - by JEkvall95 - 28.06.2013, 09:46
Re: What's wrong? - by JEkvall95 - 30.06.2013, 14:19
Re: What's wrong? - by GeniusPobs - 30.06.2013, 15:07

Forum Jump:


Users browsing this thread: 1 Guest(s)