13.09.2010, 07:04
You could make for example
on top
new MenuType[MAX_PLAYERS];
When player use /computer cmd main menu shows and MenuType[playerid] = 1; if he select Tickets Type sets 2, when he Select Issue ticket, Type Sets to 3, and in this moment, put under OnPlayerText if Type == 3, any text he enter with T, will be as playerid, but remeber if player goes back in menu, to give right Type.
on top
new MenuType[MAX_PLAYERS];
When player use /computer cmd main menu shows and MenuType[playerid] = 1; if he select Tickets Type sets 2, when he Select Issue ticket, Type Sets to 3, and in this moment, put under OnPlayerText if Type == 3, any text he enter with T, will be as playerid, but remeber if player goes back in menu, to give right Type.