whats the moddel name of the elevator switch
or any switch
like the map made by luke:
ultra_gap_training
if its no model just tell me and how to make it
-----------------------------
found out why could not log in...
firefox did not let me log in so using internet explore again.
elevator model..
Moderator: Core Staff
-
- Core Staff
- Posts: 13315
- Joined: April 13th, 2005, 8:22 pm
- Location: UK, London
Must be your firefox settings, delete your cookies/cache
----
I'm not 100% sure but a guess is...
xmodel/switch_objective_incomplete (Handle is up)
xmodel/switch_objective_complete (Handle is down)
If you want to make a working switch, create a trigger use and give it a targetname of trigger (or whatever)
And use "Script_model" (not misc_model). give the script_model a targetname of switch.
----
I'm not 100% sure but a guess is...
xmodel/switch_objective_incomplete (Handle is up)
xmodel/switch_objective_complete (Handle is down)
If you want to make a working switch, create a trigger use and give it a targetname of trigger (or whatever)
And use "Script_model" (not misc_model). give the script_model a targetname of switch.
Code: Select all
main()
{
precacheModel("xmodel/switch_objective_complete");
precacheModel("xmodel/switch_objective_incomplete");
thread switch();
}
switch()
{
trig = getent("trigger","targetname");
switch = getent("switch","targetname");
while(1)
{
trigger waittill("trigger");
switch setModel ("xmodel/switch_objective_complete");
// Elevator or whatever you want to do with switch being on.
trigger waittill("trigger");
switch setModel ("xmodel/switch_objective_incomplete");
// Script for what you want to happen when switch is off.
}
}

Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010
-
- CJ Newbie
- Posts: 75
- Joined: May 22nd, 2006, 4:58 pm
- Location: Brighton
- Contact:
I use this mate, tells you how to make a elevator from scratch 
http://www.modsonline.com/Tutorials-read-169.html

http://www.modsonline.com/Tutorials-read-169.html
-----> Coming Soon <-----
[quote="
----
If you want to make a working switch, create a trigger use and give it a targetname of trigger (or whatever)
And use "Script_model" (not misc_model). give the script_model a targetname of switch.
}
}
[/code][/quote]
u said make a trigger use and give it a targetname of trigger
and the script_model a targetname of switch
but what script_model?
the
xmodel/switch_objective_complete
xmodel/switch_objective_incomplete
?
or something else?
----
If you want to make a working switch, create a trigger use and give it a targetname of trigger (or whatever)
And use "Script_model" (not misc_model). give the script_model a targetname of switch.
}
}
[/code][/quote]
u said make a trigger use and give it a targetname of trigger
and the script_model a targetname of switch
but what script_model?
the
xmodel/switch_objective_complete
xmodel/switch_objective_incomplete
?
or something else?
-
- Core Staff
- Posts: 13315
- Joined: April 13th, 2005, 8:22 pm
- Location: UK, London
Who is online
Users browsing this forum: No registered users and 1 guest