15.01.2010, 19:28
How do i get coordinate's from an place where i want to spawn?
And how get it in a code?
Please reply <3
And how get it in a code?
Please reply <3
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. |
250,-342.6582,1540.5768,75.5625,25.5574,0,0,0,0,0,0
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; }
250,-342.6582,1540.5768,75.5625,25.5574,0,0,0,0,0,0
Originally Posted by Joe Staff
This
Код:
250,-342.6582,1540.5768,75.5625,25.5574,0,0,0,0,0,0 This 250,-342.6582,1540.5768,75.5625,25.5574,0,0,0,0,0,0 IS the coordinate. |