cant save PLAYER POS
#2

This will work:

pawn Код:
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid,X,Y,Z);
PlayerInfo[playerid][posx] = X;
PlayerInfo[playerid][posy] = Y;
PlayerInfo[playerid][posz] = Z;
dini_FloatSet(file,"posx", PlayerInfo[playerid][posx]);
dini_FloatSet(file,"posy", PlayerInfo[playerid][posy]);
dini_FloatSet(file,"posz", PlayerInfo[playerid][posz]);
Reply


Messages In This Thread
cant save PLAYER POS - by park4bmx - 28.01.2011, 17:52
Re: cant save PLAYER POS - by Kaylux - 28.01.2011, 17:57
Re: cant save PLAYER POS - by park4bmx - 29.01.2011, 11:11
Re: cant save PLAYER POS - by Cameltoe - 29.01.2011, 11:12
Re: cant save PLAYER POS - by park4bmx - 29.01.2011, 11:18
Re: cant save PLAYER POS - by Mike Garber - 29.01.2011, 11:18

Forum Jump:


Users browsing this thread: 1 Guest(s)