Posts: 531
Threads: 99
Joined: Sep 2010
Reputation:
0
15.11.2010, 18:50
(
Последний раз редактировалось Buzzbomb; 15.11.2010 в 20:26.
)
Im wanting my gamemode to auto save and load player pos and i like to have the X Y Z save to the user account file so when they reconnect they spawn where the last was, Any Ideals How My player info for xyz is pLocX pLocY pLocZ
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
When they disconnect, get their position using "GetPlayerPos()", save it into your defined player variables. When they spawn, set them to the position as defined in their user account profile.
Posts: 531
Threads: 99
Joined: Sep 2010
Reputation:
0
GetPlayerPos(playerid, "LocX",PlayerInfo[pLocX]); Like this ? i hope hehe ill try
Posts: 531
Threads: 99
Joined: Sep 2010
Reputation:
0
Could Someone Please Help me this is retarded..
Posts: 531
Threads: 99
Joined: Sep 2010
Reputation:
0
Hello its 11pm Someone please respond I need to Know how to save player Pos