Posts: 209
Threads: 29
Joined: Jun 2008
Reputation:
0
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?!
Posts: 2,200
Threads: 14
Joined: Apr 2009
Reputation:
0
Maybe the server just has something like
if(IsPlayerInDM[playerid]==1)
{
ShowMenuForPlayer(playerid, dmmenu);
}
else
{
ShowMenuForPlayer(playerid, nondmmenu);
}
Posts: 209
Threads: 29
Joined: Jun 2008
Reputation:
0
no, don't be ridiculous ...
Posts: 209
Threads: 29
Joined: Jun 2008
Reputation:
0
anyone? it is possible, please..
Posts: 556
Threads: 21
Joined: Feb 2008
Reputation:
0
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.
Posts: 209
Threads: 29
Joined: Jun 2008
Reputation:
0
very good answer........ you think i didn't searched? i searched before i posted this topic and i didn't found anything.