|
Author
|
Message
|
|
Junior Member
|

06-30-2010
, 16:48
Old style menu block
|
#1
|
Hi guys, i need some help. Im developing a plugin thats block joining teams.
When an admin say /nokill no-one can change teams o join, but i have a problem. When user uses GUI menu, they cant join a team, but when uses Old Style menu, text menu to join, he can join a team...
Y block the GUI menu with this
register_clcmd("chooseteam", "cmdCambioTeam")
register_clcmd("jointeam 1", "cmdCambioTeam")
register_clcmd("jointeam 2", "cmdCambioTeam")
register_clcmd("jointeam 5", "cmdCambioTeam")
but, how y can block uses old style menu for selecting teams, i dont know what commands block...
Thanks.-
|
|
|
|