Visualizza messaggio singolo
  #2 (permalink)  
Vecchio 13th May 2006, 21:18
L'avatar di weltall
weltall weltall non  è collegato
CW Team
 
Data registrazione: Sep 2005
Residenza: Shevat
Messaggi: 7,346
Potenza rep: 18
weltall diventerà presto famoso abbastanza
credavate veramente fosse finito?
dimenticavo l'ordine nel file di testo è lo stesso di queste linee e se possibile dovrebbe essere in formato unix/linux (HINT: Ultraedit)
Codice:
// CHEATS
unsigned char s_MENU_ICONS_CHEATS [100] = "CHEATS";
unsigned char s_MENU_ICONS_CHEATS_ADDRAW [100] = "Add a RAW code";
unsigned char s_MENU_ICONS_CHEATS_ADDRAW_HELP [100] = "Add a RAW code";
unsigned char s_MENU_ICONS_CHEATS_ADDGG [100] = "Add a Game Genie code";
unsigned char s_MENU_ICONS_CHEATS_ADDGG_HELP [100] = "Add a Game Genie code";
unsigned char s_MENU_ICONS_CHEATS_ADDPAR [100] = "Add a Pro Action Replay code";
unsigned char s_MENU_ICONS_CHEATS_ADDPAR_HELP [100] = "Add a Pro Action Replay code";
unsigned char s_MENU_ICONS_CHEATS_ADDGF [100] = "Add a GoldFinger code";
unsigned char s_MENU_ICONS_CHEATS_ADDGF_HELP [100] = "Add a GoldFinger code";
unsigned char s_MENU_ICONS_CHEATS_DISABLE [100] = "Disable code";
unsigned char s_MENU_ICONS_CHEATS_DISABLE_HELP [100] = "Disable code";
unsigned char s_MENU_ICONS_CHEATS_DISABLEALL [100] = "Disable all codes";
unsigned char s_MENU_ICONS_CHEATS_DISABLEALL_HELP [100] = "Disable all codes";
unsigned char s_MENU_ICONS_CHEATS_ENABLE [100] = "Enable code";
unsigned char s_MENU_ICONS_CHEATS_ENABLE_HELP [100] = "Enable code";
unsigned char s_MENU_ICONS_CHEATS_ENABLEALL [100] = "Enable all codes";
unsigned char s_MENU_ICONS_CHEATS_ENABLEALL_HELP [100] = "Enable all codes";
unsigned char s_MENU_ICONS_CHEATS_REMOVE [100] = "Remove code";
unsigned char s_MENU_ICONS_CHEATS_REMOVE_HELP [100] = "Remove code";
unsigned char s_MENU_ICONS_CHEATS_REMOVEALL [100] = "Remove all codes";
unsigned char s_MENU_ICONS_CHEATS_REMOVEALL_HELP [100] = "Remove all codes";
// ABOUT
unsigned char s_MENU_ICONS_ABOUT [100] = "ABOUT";
unsigned char s_MENU_ICONS_ABOUT_CREDITS [100] = "Credits";
unsigned char s_MENU_ICONS_ABOUT_VERSION [100] = "Version infos";
Rispondi citando