need a yellow "i" mark
#1

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
Reply
#2

https://sampwiki.blast.hk/wiki/CreatePickup
https://sampwiki.blast.hk/wiki/OnPlayerPickUpPickup
https://sampwiki.blast.hk/wiki/SetPlayerPos
Reply
#3

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

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)