Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Threaded Mode
help
Rafaeloo
Big Clucker
Posts: 186
Threads: 80
Joined: Aug 2015
Reputation:
0
#1
06.09.2015, 23:03
how to make when you connected to server to teleport in redcountry for ex ?
who can help ?
Find
Reply
Kaliber
High-roller
Posts: 1,092
Threads: 4
Joined: Jun 2012
Reputation:
0
#2
06.09.2015, 23:05
What do you mean with "for ex"?
Just use at OnPlayerSpawn...SetPlayerPos
Find
Reply
simo0000
Huge Clucker
Posts: 245
Threads: 56
Joined: Nov 2013
Reputation:
0
#3
06.09.2015, 23:06
pawn Код:
Public OnPlayerSpawn
(
playerid
)
{
SetPlayerPos
(
playerid, x,y,z
)
;
return
1
;
}
change x,y,z with redcountry coodinates
sorry for my bad english
Find
Reply
Rafaeloo
Big Clucker
Posts: 186
Threads: 80
Joined: Aug 2015
Reputation:
0
#4
06.09.2015, 23:07
thanks a lot for your help !
Find
Reply
saffierr
High-roller
Posts: 1,147
Threads: 109
Joined: Jul 2013
Reputation:
0
#5
06.09.2015, 23:15
You can find out the Co ordinates by using Samp Debug.
Find
Reply
«
Next Oldest
|
Next Newest
»
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help