USMC Sniper 0 Posted July 1, 2004 Never mind problem solved. Share this post Link to post Share on other sites
USMC Sniper 0 Posted July 1, 2004 Nevermind, got the problem solved. Forgot about the search function. However, I have another question. How would I include a script that changes the setpos of a player on a command from the action menu thing? I want the script to be included within the addon like an animated door would be, and not one where you have to make a trigger and everything. I'm kinda a noob at scripting but I know I could make an eventhandler make the player be setpossed 140 meters into the air or something. This is for an elevator btw. Edit: also, how could I make a 5 second fade to black thing to simulate the time it would take for the elevator to get to the top? The way I'm doing it is having to elevator models and once you get in one, it fades out for 5 seconds, setposses you to a second elevator at the top, and fades in. I want to make the elevator work from the top as well. Share this post Link to post Share on other sites
Status_cz 0 Posted July 1, 2004 Just add this line in cfg Quote[/b] ]ladders[]={{"start","end"},{"start1","end1"}}; Share this post Link to post Share on other sites
USMC Sniper 0 Posted July 1, 2004 Yeah I did that, I have a different question tho. It's in my second post. Share this post Link to post Share on other sites
AKK 0 Posted August 1, 2004 Quote[/b] ]Just add this line in cfg<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">ladders[]={{"start","end"},{"start1","end1"}}; this should work but! when I applied it too my cpp I get a CTD when prieviewing from the mission editor. so I used this as my parent class in cfgvehicles and all was well. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class All {}; Â Â class AllVehicles: All {}; Â Â class Land: AllVehicles {}; Â Â class Static : Land {}; Â Â class Building : Static {}; Â Â class NonStrategic : Building {}; Â Â class House: NonStrategic {}; Â Â class Houseammostore2: House{}; thought I would pass this on Share this post Link to post Share on other sites