disabling menu rows, AND ENABLING?
#1

I know the command to disablemenurow's but is there anyway to enable them back? i saw in one server if the player is in deathmatch it disables Join menu for him, and enables Leave. but if he isn't in DM it enables join and disables leave, so how?!
Reply
#2

Maybe the server just has something like

if(IsPlayerInDM[playerid]==1)
{
ShowMenuForPlayer(playerid, dmmenu);
}
else
{
ShowMenuForPlayer(playerid, nondmmenu);
}
Reply
#3

no, don't be ridiculous ...
Reply
#4

anyone? it is possible, please..
Reply
#5

OH COME ON!
Reply
#6

YEAH!!!!

Your allowed to bump but being rude isn't the right way to go about it.

After doing vigorous research I found nothing, experiment with existing functions such as ShowMenuForPlayer, see if you can find anyway of re-showing the row.
Reply
#7

very good answer........ you think i didn't searched? i searched before i posted this topic and i didn't found anything.
Reply
#8

Quote:
Originally Posted by dice7
Maybe the server just has something like

if(IsPlayerInDM[playerid]==1)
{
ShowMenuForPlayer(playerid, dmmenu);
}
else
{
ShowMenuForPlayer(playerid, nondmmenu);
}
He is right. Do what he said - create 2 menus, in one disable "Join" row, in the other "Leave".
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)