15.08.2011, 13:25
Well, you need to go into debug and save the position of where you want to go. Use /save ingame. Then locate you GTA User Files and find a file name savedpositions.txt. You will need to use the x, y, z coordinates.
It will be something like this:
AddPlayerClass(104,2580.5696,-1491.9326,24.0021,277.8946,0,0,0,0,0,0); //
This is how it is:
AddPlayerClass(classid,x,y,z,facingangle,weapon1,a mmo,weapon2,ammo,weapon3,ammo);
You need the x y z and replace them in the command I gave you. I hope that explains it.
It will be something like this:
AddPlayerClass(104,2580.5696,-1491.9326,24.0021,277.8946,0,0,0,0,0,0); //
This is how it is:
AddPlayerClass(classid,x,y,z,facingangle,weapon1,a mmo,weapon2,ammo,weapon3,ammo);
You need the x y z and replace them in the command I gave you. I hope that explains it.