[help] Spawn's Again :sigh:
#1

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

Please reply <3
Reply
#2

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

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
Reply
#4

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.
Reply
#5

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
Reply


Forum Jump:


Users browsing this thread: 5 Guest(s)