Ignore Number Commands?
#3

Quote:
Originally Posted by JeNkStAX
No
No imagination.

You need to customize OnPlayerText. Example:

pawn Код:
public OnPlayerText(playerid, text[])
{
  if (IsPlayerInMenu(playerid))
  {
    // menu code stuff here
    return 0;
  }
  return 1;
}
Reply


Messages In This Thread
Ignore Number Commands? - by DeerHooves - 18.02.2009, 22:54
Re: Ignore Number Commands? - by ICECOLDKILLAK8 - 18.02.2009, 23:05
Re: Ignore Number Commands? - by 1337pr0 - 19.02.2009, 02:33
Re: Ignore Number Commands? - by Joe Staff - 19.02.2009, 05:41
Re: Ignore Number Commands? - by Norn - 19.02.2009, 05:44
Re: Ignore Number Commands? - by DeerHooves - 19.02.2009, 08:01
Re: Ignore Number Commands? - by Norn - 19.02.2009, 08:08
Re: Ignore Number Commands? - by DeerHooves - 19.02.2009, 08:10
Re: Ignore Number Commands? - by Norn - 19.02.2009, 08:18

Forum Jump:


Users browsing this thread: 1 Guest(s)