SA-MP Forums Archive
need a yellow "i" mark - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: need a yellow "i" mark (/showthread.php?tid=121366)



need a yellow "i" mark - manunited1878 - 16.01.2010

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


Re: need a yellow "i" mark - dice7 - 16.01.2010

https://sampwiki.blast.hk/wiki/CreatePickup
https://sampwiki.blast.hk/wiki/OnPlayerPickUpPickup
https://sampwiki.blast.hk/wiki/SetPlayerPos


Re: need a yellow "i" mark - anonimu45 - 16.01.2010

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);
}