Quote:
Originally Posted by <VeCo>
You are trying to call the menu's handler instead of the menu itself.
You have already posted the right function that you need to call, in the first post.
|
omg, how did i not see that.... 0.o
Code:
switch(key)
{
case 1: showtransfermenu(id)
}
Well it's fixed now, thx XD
---
Calling the handler instead of the "menu".... Daaang