28.07.2011, 17:55
Okay
So i have my first menu up and working fine
I have made it when you click on Deathmatches it puts you on a new menu which kind of works.
Here is the second menu..
But the problem is you can click deathmatches and it puts you onto another manu but there is nothing there..
the Area51 is on the first menu... How can i get it to the second menu ?
am i missing something?
Thanks much
EDIT!! OMG I just noticed i fergot to change the AddMenuItem teles
Sorry guys :P
So i have my first menu up and working fine
Quote:
teles = CreateMenu("Teles",3,20,120,150,40); AddMenuItem(teles,0,"LSair"); AddMenuItem(teles,0,"LVair"); AddMenuItem(teles,0,"Deathmatches"); |
Here is the second menu..
Quote:
DM = CreateMenu("Deathmatches",1,20,120,150,40); AddMenuItem(teles,0,"Area51"); |
the Area51 is on the first menu... How can i get it to the second menu ?
am i missing something?
Thanks much
EDIT!! OMG I just noticed i fergot to change the AddMenuItem teles
Sorry guys :P