21.12.2012, 15:01
i now try with
new Menu:Cars;
Cars = CreateMenu("Cars",1,20,120,150,40);
AddMenuItem(Cars,0,"INFERNUS");
AddMenuItem(Cars,0,"SULTAN");
AddMenuItem(Cars,0,"JESTER");
AddMenuItem(Cars,0,"BULLET");
AddMenuItem(Cars,0,"CHEETAH");
AddMenuItem(Cars,0,"TURISMO");
AddMenuItem(Cars,0,"FLASH");
etc etc, BUT also dont work :S
all my FS and GM Compile 100% 0 errors 0 warnings
but this is the unique problem idk why dont spawn
new Menu:Cars;
Cars = CreateMenu("Cars",1,20,120,150,40);
AddMenuItem(Cars,0,"INFERNUS");
AddMenuItem(Cars,0,"SULTAN");
AddMenuItem(Cars,0,"JESTER");
AddMenuItem(Cars,0,"BULLET");
AddMenuItem(Cars,0,"CHEETAH");
AddMenuItem(Cars,0,"TURISMO");
AddMenuItem(Cars,0,"FLASH");
etc etc, BUT also dont work :S
all my FS and GM Compile 100% 0 errors 0 warnings

but this is the unique problem idk why dont spawn


