000
28.09.2004, 19:38 Uhr
~Slayer
Gast
|
Hallo leute ich probiere grad ein Ingame Winamp menu zuschreiben.
Mit Tasten funktion habe ichs schon geschaft aber Q3 UT und HL aber jetzt bin ich grad am menu dran aber weiß nicht mehr weiter.
C++: |
for (int i=1; i < menu.maxcount+1;i++) { glPrint(x,y+(14 * i)+5 ,1.0f,1.0f,0.2f,0.2f,Entry[i]); else glPrint(x,y+(14 * i)+5 ,1.0f,1.0f,1.0f,1.0f,Entry[i]);
|
und die else ist das problem: error C2181: illegal else without matching if
irgent wer ne bessere möglichkeit? |