1 best Scriper help me
#3

you can use the include dini for more easy
pawn Код:
public OnPlayerDisconnecte(playerid)
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
dini_FloatSet(thefile, "PosX", X);
dini_FloatSet(thefile, "PosY", Y);
dini_FloatSet(thefile, "PosZ", Z);
return 1;
}

public OnPlayerSpawn(playerid)
{

SetPlayerPos(playerid, dini_Float(thefile, "PosX"), dini_Float(thefile, "PosY"), dini_Float(thefile, "PosZ"));
return 1;
Reply


Messages In This Thread
1 best Scriper help me - by WoodPecker - 26.06.2009, 08:41
Re: 1 best Scriper help me - by MenaceX^ - 26.06.2009, 09:08
Re: 1 best Scriper help me - by James_Alex - 26.06.2009, 09:25

Forum Jump:


Users browsing this thread: 2 Guest(s)