#1

how to make when you connected to server to teleport in redcountry for ex ?

who can help ?
Reply
#2

What do you mean with "for ex"?

Just use at OnPlayerSpawn...SetPlayerPos
Reply
#3

pawn Код:
Public OnPlayerSpawn(playerid)
{
SetPlayerPos(playerid, x,y,z);
return 1;
}
change x,y,z with redcountry coodinates
sorry for my bad english
Reply
#4

thanks a lot for your help !
Reply
#5

You can find out the Co ordinates by using Samp Debug.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)