19.01.2011, 14:38
You would need to save it within your account database, but somthing like..
((on your Enum))
((On player Disconnect))
Somthing along the lines of there. then load it from the file.
((on your Enum))
Code:
Float:pX, Float:pY, Float:pZ,
Code:
GetPlayerPos(playerid,pInfo[playerid][pX],pInfo[playerid][pY],pInfo[playerid][pZ]);