Bonjour, merci pour vos réponse;
voici le contenue d'une partie de la callback OnPlayerLogin:
<?php
PlayerInfo[playerid][pLevel] = dini_Int(string2,"pLevel");
PlayerInfo[playerid][pAdmin] = dini_Int(string2,"AdminLevels");
PlayerInfo[playerid][pDonateRank] = dini_Int(string2,"pDonateRank");
PlayerInfo[playerid][pConnectTime] = dini_Int(string2,"pConnectTime");
PlayerInfo[playerid][pReg] = dini_Int(string2,"pReg");
PlayerInfo[playerid][pMuted] = dini_Int(string2,"Muted");
PlayerInfo[playerid][pExp] = dini_Int(string2,"pExp");
PlayerInfo[playerid][pCash] = dini_Int(string2,"pCash");
PlayerInfo[playerid][pAccount] = dini_Int(string2,"pAccount");
PlayerInfo[playerid][pKills] = dini_Int(string2,"pKills");
PlayerInfo[playerid][pDeaths] = dini_Int(string2,"pDeaths");
PlayerInfo[playerid][pJailed] = dini_Int(string2,"pJailed");
PlayerInfo[playerid][pJailTime] = dini_Int(string2,"pJailTime");
PlayerInfo[playerid][pLeader] = dini_Int(string2,"pLeader");
PlayerInfo[playerid][pMember] = dini_Int(string2,"pMember");
PlayerInfo[playerid][pRank] = dini_Int(string2,"pRank");
PlayerInfo[playerid][pChar] = dini_Int(string2,"pChar");
PlayerInfo[playerid][pInt] = dini_Int(string2,"pInt");
PlayerInfo[playerid][pLocal] = dini_Int(string2,"pLocal");
PlayerInfo[playerid][pTeam] = dini_Int(string2,"pTeam");
PlayerInfo[playerid][pModel] = dini_Int(string2,"pModel");
PlayerInfo[playerid][pPnumber] = dini_Int(string2,"pPnumber");
PlayerInfo[playerid][pTut] = dini_Int(string2,"pTut");
PlayerInfo[playerid][pWarns] = dini_Int(string2,"pWarns");
PlayerInfo[playerid][pAdjustable] = dini_Int(string2,"pAdjustable");
PlayerInfo[playerid][pBan] = dini_Int(string2,"pBan");
gPlayerLogged[playerid] = 1;
gPlayerAccount[playerid] = 1;
gPlayerSpawned[playerid] = 0;
Voila, si vous trouvez des erreurs merci de me l'indiqué.
Merci pour votre temps.
Vincent