help - 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)
+--- Thread: help (
/showthread.php?tid=588250)
help -
Rafaeloo - 06.09.2015
how to make when you connected to server to teleport in redcountry for ex ?
who can help ?
AW: help -
Kaliber - 06.09.2015
What do you mean with "for ex"?
Just use at OnPlayerSpawn...SetPlayerPos
Re: help -
simo0000 - 06.09.2015
pawn Код:
Public OnPlayerSpawn(playerid)
{
SetPlayerPos(playerid, x,y,z);
return 1;
}
change x,y,z with redcountry coodinates
sorry for my bad english
Re: help -
Rafaeloo - 06.09.2015
thanks a lot for your help !
Re: help -
saffierr - 06.09.2015
You can find out the Co ordinates by using Samp Debug.