Posts: 53
Threads: 11
Joined: Feb 2014
Hi IM JAZZ im editing a gamemode, which i find very interesting and im working hard on it.
Just i cant put a right spawn place, (when people will realease from prison.)
and i need your help for that.
Please help me.
1+rep for all who helps me and thanks.
Posts: 162
Threads: 16
Joined: Jan 2014
Try saving the pos through debug and then putting the x,y.z in ur gamemode
Posts: 53
Threads: 11
Joined: Feb 2014
hmm can you give me plus+ info, as i cant get it right and "debug" where can i find this?
Posts: 69
Threads: 15
Joined: Oct 2013
Reputation:
0
Post the spawn code after releasing from jail.
Posts: 1,753
Threads: 277
Joined: Sep 2010
Reputation:
0
If you want to change the position, use "/save" in game where you want the location to be.
Then, go into the following: My Documents > GTA San Andreas User Files > SAMP > savedpositions.txt
It will show as AddPlayerClass();
Rip the co-ordinates from this line, and look in your script for the release position (CTRL + F) then replace them.
Compile your script, test and it should be fine.