[Tutorial] Pickup Teleport
#1

PICKUP TELEPORT TUTORIAL
Introduction:
You : Omg, I don't know how to make a pickup teleport i tried 100 way but didn't worked
Me : Oh Today you will know how to , don't worry, im here for helping people and for i get helped from others



Let's begin
First thing we will do is DEFINE the pickup as the name you choose
STEP1
script:
Code:
new pickup1;
Good we have define it now let's create the pickup
STEP2
script:
Code:
pickup1 = CreatePickup(1239, 19, 2343.802734375 ,547.4677734375 ,6029.7553710938);
Code:
                   //CreatePickup(model, type of spawn, Float:X, Float:Y, Float:Z,virtualworld = 0);
Good job now let's move to the next Step

STEP3:
On this step we will make the pickup teleport the player that pick up it!!
Good
Code:
public OnPlayerPickUpPickup(playerid, pickupid)
{
   if(pickupid == pickup1)//Here is our pickup the pickup1
    {
 SetPlayerPos(playerid, x, y, z); //Here is the functions we will use!! 
 SendClientMessage(playerid, 0xFFFF00FF, "You have been teleported to X");
     return 1;
    }
return 0;
}// Good we are done now
Done made by [WTF]Godfather Please feel free to post if there's a problem or error so we can fix it
And if you got any other idea or another pickup script type please post it and feel free as i said
Thanks you viewing my Tutorial i hope you like it
Reply


Messages In This Thread
Pickup Teleport - by [WTF]Godfather - 19.02.2011, 17:28
Re: Pickup Teleport - by Rock18 - 19.02.2011, 17:35
Re : Pickup Teleport - by [WTF]Godfather - 19.02.2011, 17:54
Re: Pickup Teleport - by admantis - 19.02.2011, 17:54
Re : Pickup Teleport - by [WTF]Godfather - 19.02.2011, 17:57
Re: Pickup Teleport - by BladerDildo - 24.02.2011, 02:25
Re: Pickup Teleport - by alpha500delta - 24.02.2011, 08:44
Re : Re: Pickup Teleport - by [WTF]Godfather - 24.02.2011, 11:34
Re: Pickup Teleport - by Max_Coldheart - 26.02.2011, 14:36
Re: Pickup Teleport - by HyperZ - 26.02.2011, 15:39
Re: Pickup Teleport - by MrND - 27.02.2011, 14:00
Re: Pickup Teleport - by alpha500delta - 27.02.2011, 16:25
Re: Pickup Teleport - by MrND - 28.02.2011, 07:13
Re : Pickup Teleport - by ahmed73 - 13.10.2011, 12:16
Re: Pickup Teleport - by NessaHD - 13.10.2011, 17:28
Re: Pickup Teleport - by JazzGaming - 27.09.2018, 16:28
Re: Pickup Teleport - by Pwn3D - 29.09.2018, 16:17

Forum Jump:


Users browsing this thread: 4 Guest(s)