26.08.2009, 20:58
i got this code:
It work 100%
but all my other command doesn't work!
and it give me a Warning on the line under the this command code
Код:
{
if (strcmp("/testmenu", cmdtext, true, 10) == 0)
{
ShowMenuForPlayer(TestMenu,playerid);
TogglePlayerControllable(playerid,0);
return 1;
}
return 0;
}
but all my other command doesn't work!
and it give me a Warning on the line under the this command code

