[Ajuda] Como fazer isso...
#1

Код:
	new INI:File = INI_Open(UserPath(playerid));
        INI_SetTag(File,"data");
        INI_WriteInt(File, "Level",PlayerInfo[playerid][pLevel]);
	INI_WriteInt(File, "Money",PlayerInfo[playerid][pCash]);
	INI_WriteInt(File, "Admin",PlayerInfo[playerid][pAdmin]);
	INI_WriteInt(File, "Tester",PlayerInfo[playerid][pTester]);
	INI_WriteInt(File, "Vip",PlayerInfo[playerid][pVip]);
	INI_WriteInt(File, "Spawn",PlayerInfo[playerid][pSpawn]);
	INI_WriteInt(File, "Model",PlayerInfo[playerid][pModel]);
	INI_WriteInt(File, "Locked",PlayerInfo[playerid][pLocked]);
	INI_WriteInt(File, "FirstJoined", PlayerInfo[playerid][pFirstJoined]);
	INI_WriteInt(File, "Sex", PlayerInfo[playerid][pSex]);
	INI_WriteInt(File, "Age", PlayerInfo[playerid][pAge]);
	INI_WriteInt(File, "Origin", PlayerInfo[playerid][pOrigin]);
	INI_WriteInt(File, "Respect", PlayerInfo[playerid][pExp]);
	INI_WriteInt(File, "Warns", PlayerInfo[playerid][pWarns]);
	INI_WriteInt(File, "Selected", PlayerInfo[playerid][pSelected]);
	INI_WriteInt(File, "Continent", PlayerInfo[playerid][pPlace]);
	INI_WriteInt(File, "Muted", PlayerInfo[playerid][pMuted]);
	INI_WriteInt(File, "MuteTime", PlayerInfo[playerid][pMuteTime]);
	INI_WriteInt(File, "Ph", PlayerInfo[playerid][pNumber]);
	INI_WriteInt(File, "DriveLic", PlayerInfo[playerid][pDriveLic]);
    INI_Close(File);
Isso ta na public OnPlayerDisconnect, como eu posso fazer o mesmo so que para pegar os dados
Reply


Messages In This Thread
Como fazer isso... - by Exco - 28.12.2012, 15:49
Re: Como fazer isso... - by EditPawn - 28.12.2012, 15:52
Re: Como fazer isso... - by Exco - 28.12.2012, 16:03
Re: Como fazer isso... - by Galhardo - 28.12.2012, 16:04
Re: Como fazer isso... - by Abravanel - 28.12.2012, 16:06
Re: Como fazer isso... - by Exco - 28.12.2012, 16:08
Re: Como fazer isso... - by Galhardo - 28.12.2012, 16:08
Re: Como fazer isso... - by Exco - 28.12.2012, 16:32
Re: Como fazer isso... - by Galhardo - 28.12.2012, 16:58
Re: Como fazer isso... - by Exco - 28.12.2012, 17:02

Forum Jump:


Users browsing this thread: 5 Guest(s)