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
Help Archive
Threaded Mode
need a yellow "i" mark
manunited1878
Big Clucker
Posts: 128
Threads: 29
Joined: Oct 2009
Reputation:
0
#1
16.01.2010, 18:04
Hey, i need a yellow "i" mark script, when you go in the i, you will be teleported to a place, please just give me the script then i will change the teleport place self
Find
Reply
dice7
High-roller
Posts: 2,200
Threads: 14
Joined: Apr 2009
Reputation:
0
#2
16.01.2010, 18:05
https://sampwiki.blast.hk/wiki/CreatePickup
https://sampwiki.blast.hk/wiki/OnPlayerPickUpPickup
https://sampwiki.blast.hk/wiki/SetPlayerPos
Find
Reply
anonimu45
Little Clucker
Posts: 29
Threads: 7
Joined: Aug 2008
Reputation:
0
#3
16.01.2010, 18:09
1.under #include <a_samp>
new barintexit;
2.under public OnGameModeInit()
barintenter = CreatePickup( 1239, 23,860.5800, 2225.0442, 11.0815);
3.under public OnPlayerPickUpPickup(playerid, pickupid)
if (pickupid == barintenter)
{
SetPlayerPos(playerid, 848.6615,2251.7129,-7.4263);
}
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
Help Archive