save player position !
#2

You would need to save it within your account database, but somthing like..


((on your Enum))

Code:
Float:pX,
Float:pY,
Float:pZ,
((On player Disconnect))

Code:
GetPlayerPos(playerid,pInfo[playerid][pX],pInfo[playerid][pY],pInfo[playerid][pZ]);
Somthing along the lines of there. then load it from the file.
Reply


Messages In This Thread
save player position ! - by dorperez - 19.01.2011, 14:22
Re: save player position ! - by -Rebel Son- - 19.01.2011, 14:38
Re: save player position ! - by THE_KNOWN - 19.01.2011, 15:27

Forum Jump:


Users browsing this thread: 2 Guest(s)