14.05.2009, 14:09
when i write /menu it works fine, but when i choose an item it drops me out of menu and shows nothing why? I got ShowMenuForPlayer.... in the case
ex:
why?:S
ex:
Код:
if (CurrentMenu == Meniu)
{
switch(row)
{
case 0: //Kova
{
HideMenuForPlayer(Meniu,playerid);
ShowMenuForPlayer(Kova, playerid);
TogglePlayerControllable(playerid,false);
}

