Login x
User Name:
Password:
Social Links Facebook Twitter YouTube Steam RSS News Feeds

Members Online

»
0 Active | 25 Guests
Online:

LATEST FORUM THREADS

»
CoD: Battle Royale
CoD+UO Map + Mod Releases
Damaged .pk3's
CoD Mapping
heli to attack ai
CoD4 SP Mapping

Tutorials

»
CoD2 Mapping
ratings:
Awful Rating
Poor Rating
Average Rating
Good Rating
Excellent Rating
How to make teleports for beginners
Versions: You must be logged in to view history.
Hello my name is ArTh4$ and im going to leave a little from cod2 i will still playing but not a lot so i'm going to show how to make teleports for all the beginners , and you dont must ask in forums

Ok make a teleport its very easy Just make a trigger, like a trigger multiple and in entity(N) give him a Targetname/enter and also give him Target/whatuwant

 

Example:

 

 

I place my trigger multiple with Targetname/enter and target/Arthas

 

and now i just place in 2view Script origin, and place it where u want u be teleported ,  and click on Entity of the script origin(N) and give him targetname/Arthas

 at end when u have all done select FIRST THE TRIGGER and SECOND THE SCRIPT ORIGIN ITS VERY IMPORTANT THE ORDER and just click on W for make them at one.

 

 

 

 1) Make a trigger, can be multiple or use touch , in 2 view click on N(Entity) and give him targetname/enter and target/whatuwant 

 

2)Place a script origin and give him in entity Targetname/whatuwant

 

 3) Choose first the trigger and second the script origin and link them clicking on W

 

|(Trigger Multiple)                                                       *(Script origin)

 

 

|(Trigger Multiple)->->->->->->->->->(Click on W)->->->*(Script Origin)

 

 

 I think i put it very easy for you learn sry if my english is low i just got 14 years :P have fun teleporting ur self.

 

 

I give you here the script:

 

main()
{

  entTransporter = getentarray("enter","targetname");
  if(isdefined(entTransporter))
  {
    for(lp=0;lp
      entTransporter[lp] thread Transporter();
  }


}


Transporter()
{
  while(true)
  {
    self waittill("trigger",other);
    entTarget = getent(self.target, "targetname");

    wait(0.10);
    other setorigin(entTarget.origin);
    other setplayerangles(entTarget.angles);
    //iprintlnbold ("");
    wait(0.10);
  }
}

 

 SAVE THIS SCRIPT AS teleporters.gsc

 

 Also dont forget add in your mapname.gsc

 

maps/mp/teleporters::main();

Latest Syndicated News

»
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which...
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ...
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead? ...
Codutility.com up and runn...
It seems to me the like the site is completely dead?

Partners & Friends

»