13.03.2011, 17:41
then remove public OnPlayerPickUpPickup and write
pawn Код:
if (strcmp("/buycar", cmdtext, true, 10) == 0)
{
ShowMenu(playerid, // yourthings);
return true;
}