19.02.2009, 02:33
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;
}

