Code
enum Account_Daten
{
bool:PasswortVergeben,
bool:CharacterFrei[3],
CharacterName1[MAX_PLAYER_NAME],
CharacterName2[MAX_PLAYER_NAME],
CharacterName3[MAX_PLAYER_NAME],
RpPoints[MAX_PLAYERS],
pMoney[MAX_PLAYERS]
};
new Info[MAX_PLAYERS][Account_Daten], p_name[MAX_PLAYERS][MAX_PLAYER_NAME];
Alles anzeigen
Code
new file[128], string[128];
format(file,sizeof(file),"/Accounts/%s.ini",GetName(playerid));
format(string,sizeof(string),"Character free %d",Info[playerid][CharacterFrei][listitem]);
Info[playerid][CharacterFrei][listitem] = dini_Bool(file,string);
if(Info[playerid][CharacterFrei][listitem] == true)
Error bei Zeile 4:
C:\Program Files\Grand Theft Auto San Andreas\gamemodes\ganmore.pwn(291) : warning 213: tag mismatch