30.12.2010, 15:01
Quote:
pawn Код:
Line 896: pawn Код:
|
Edit:
pawn Код:
case 1:
{
new Float:pX, Float:pY, Float:pZ;
GetPlayerPos(playerid, pX, pY, pZ);
PlayerInfo[playerid][X1] = pX;
PlayerInfo[playerid][Y1] = pY;
PlayerInfo[playerid][Z1] = pZ;
dini_IntSet(file, "Money", GetPlayerCash(playerid));
dini_IntSet(file, "AdminLevel",PlayerInfo[playerid][AdminLevel]);
dini_IntSet(file, "Frank",PlayerInfo[playerid][pFrank]);
dini_IntSet(file, "Interior",PlayerInfo[playerid][pInterior]);
dini_IntSet(file, "Skin",GetPlayerSkin(playerid));
dini_IntSet(file, "Faction",PlayerInfo[playerid][pFaction]);
dini_IntSet(file, "Sex",PlayerInfo[playerid][pGender]);
dini_FloatSet(file, "Posx",PlayerInfo[playerid][X1]);
dini_FloatSet(file, "Posy",PlayerInfo[playerid][Y1]);
dini_FloatSet(file, "Posz",PlayerInfo[playerid][Z1]);
}