Dialog and Enum Compatability
#1

So I made a bunch of dialogs to a create a faction command but it doesn't save them to the enum I wanted does anyone know how to fix this. Here are the Dialogs. Here is the enum
PHP код:
enum fInfo
{
    
fName[100],
    
factionid,
    
rank1[100],
    
rank2[100],
    
rank3[100],
    
rank4[100],
    
rank5[100],
    
rank6[100],
    
rank7[100],
    
rank8[100],
    
rank9[100],
    
rank10[100],
    
skinidrank1,
    
skinidrank2,
    
skinidrank3,
    
skinidrank4,
    
skinidrank5,
    
skinidrank6,
    
skinidrank7,
    
skinidrank8,
    
skinidrank9,
    
skinidrank10
}
new 
FactionInfo[MAX_FACTION][fInfo]; 
Reply


Messages In This Thread
Dialog and Enum Compatability - by lramos15 - 11.10.2013, 21:33
Re: Dialog and Enum Compatability - by edzis84 - 11.10.2013, 21:43
Re: Dialog and Enum Compatability - by lramos15 - 11.10.2013, 22:15
Re: Dialog and Enum Compatability - by lramos15 - 12.10.2013, 02:15

Forum Jump:


Users browsing this thread: 1 Guest(s)