Help with Server
#5

Quote:
Originally Posted by DaniceMcHarley
Посмотреть сообщение
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);
After that go to pawno.exe, open your gamemode, press CTRL + F write OnGameModeinit you will see this
Код:
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!
Reply


Messages In This Thread
Help with Server - by gonzalo120 - 02.11.2013, 16:43
Re: Help with Server - by Keyhead - 02.11.2013, 16:49
Respuesta: Re: Help with Server - by gonzalo120 - 02.11.2013, 16:52
Re: Help with Server - by DaniceMcHarley - 02.11.2013, 16:52
Respuesta: Re: Help with Server - by gonzalo120 - 02.11.2013, 17:02
Re: Help with Server - by DaniceMcHarley - 02.11.2013, 18:06
Respuesta: Re: Help with Server - by gonzalo120 - 02.11.2013, 18:41
Re: Help with Server - by rappy93 - 02.11.2013, 19:06
Re: Help with Server - by DaniceMcHarley - 02.11.2013, 19:10
Respuesta: Help with Server - by gonzalo120 - 02.11.2013, 19:24

Forum Jump:


Users browsing this thread: 1 Guest(s)