02.11.2013, 17:02
(
Последний раз редактировалось gonzalo120; 02.11.2013 в 18:06.
)
Quote:
You got two choices, either AddPlayerClass or SetPlayerPos(playerid,xpos,ypos,zpos); you can get the XYZ(spawn point) by going to it ingame and then type /save [COMMENT] << this is optional.
http://prntscr.com/21fwus If you want to use AddPlayerClass then go to Documents > GTA SA user files > samp > savedposition ^ as shown above in the image then go to savedposition, copy the whole line Код:
Example: AddPlayerClass(107,2511.7729,-1678.3658,13.5469,45.2197,0,0,0,0,0,0); Код:
public OnGameModeInit() { AddPlayerClass(107,2511.7729,-1678.3658,13.5469,45.2197,0,0,0,0,0,0); return 1; } At the begin of the bracket ^ paste your code |
Thats, the pos i want 299,1814.3000,-1373.2000,15.0781 i dont think if its that 299,1814.3000,-1373.2000,15.0781
or that AddPlayerClass(299,1814.3000,-1373.2000,15.0781,270.7000,0,0,0,0,0,0); //
Help, how can i add it then!