
Members Online»
0 Active | 14 Guests
Online:
|
LATEST FORUM THREADS»
by ammys09
Posts: 1 / 236 warfare
CoD4 Map + Mod Releases by devielthan
Posts: 1 / 1772 Key Things the Design Comm...
CoDBO MP Mapping by rabbihasan21
Posts: 1 / 1093 Three Out of 10 Television...
CoDBO General by warrior777
Posts: 2 / 896 Voting menu on maps
CoD+UO General by
Posts: 0 / 787 Hauling 911
CoDBO3 General |
Polls»
|
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»
Comments: 5
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which... Comments: 5
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ... Comments: 5
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead?
... Comments: 5
Codutility.com up and runn...
It seems to me the like the site is completely dead? Comments: 5
Codutility.com up and runn...
Yeeaahhhh.........
|
Latest Downloads»
mp_Temple
Call of Duty: Mods: Multiplayer (624.12Kb) OHMY Don Quixote
Call of Duty 2: Maps: Multiplayer (5.76Mb) OHMY Neuburg
Call of Duty 2: Maps: Multiplayer (6.84Mb) OHMY Tebessa
Call of Duty 2: Maps: Multiplayer (7.36Mb) OHMY POW Camp
Call of Duty 2: Maps: Multiplayer (2.15Mb) |
Partners & Friends»
|
Site Links and Information
|
Partners
|
Friends
|
Copyright © MODSonline LLC
Tresware Content Management System © 2011
Website Designed by LKFX and Developed by Tresware