26.03.2009, 19:50
new Menu:CurrentMenu = GetPlayerMenu(playerid);
You are running this before OnGameModeInIt....
Take it out of there, and put it under:
public OnPlayerSelectedMenuRow(playerid, row)
{
that should fix it.
You are running this before OnGameModeInIt....
Take it out of there, and put it under:
public OnPlayerSelectedMenuRow(playerid, row)
{
that should fix it.

