#1

how to add string 128 on this code?works for all text[0,1,2,....]
PHP код:
enum lantext
{
    
text0,text1,text2
};
new 
LanguageText[lantext]; 
Reply
#2

PHP код:
enum lantext 

    
text0[128],
    
text1[128],
    
text2[128]
}; 

new 
LanguageText[lantext]; 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)