SA-MP Forums Archive
[help] Spawn's Again :sigh: - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [help] Spawn's Again :sigh: (/showthread.php?tid=121167)



[help] Spawn's Again :sigh: - dclaw - 15.01.2010

How do i get coordinate's from an place where i want to spawn?
And how get it in a code?

Please reply <3


Re: [help] Spawn's Again :sigh: - WardenCS - 15.01.2010

go to the place,type /save
then go to your SAN andreas folder.
go in the savedpositions.txt
ya will see coordinates there.


Re: [help] Spawn's Again :sigh: - dclaw - 15.01.2010

Quote:
Originally Posted by Fog
go to the place,type /save
then go to your SAN andreas folder.
go in the savedpositions.txt
ya will see coordinates there.
I got them,
Код:
250,-342.6582,1540.5768,75.5625,25.5574,0,0,0,0,0,0
If i do:
Код:
public OnPlayerSpawn(playerid)
{
  GivePlayerMoney(playerid, PocketMoney);
	SetPlayerPos(playerid, 250,-342.6582,1540.5768,75.5625,25.5574,0,0,0,0,0,0);
	return 1;
}
It is working, But HIGH in the air and not on the place where i did: /save


Re: [help] Spawn's Again :sigh: - Joe Staff - 15.01.2010

This
Код:
250,-342.6582,1540.5768,75.5625,25.5574,0,0,0,0,0,0
Is not a coordinate.
This
250,-342.6582,1540.5768,75.5625,25.5574,0,0,0,0,0,0
IS the coordinate.


Re: [help] Spawn's Again :sigh: - dclaw - 15.01.2010

Quote:
Originally Posted by Joe Staff
This
Код:
250,-342.6582,1540.5768,75.5625,25.5574,0,0,0,0,0,0
Is not a coordinate.
This
250,-342.6582,1540.5768,75.5625,25.5574,0,0,0,0,0,0
IS the coordinate.
TYTYTYTY SOOO MUCH