PDA

View Full Version : Changing pathfinder via label?



SmokedOut
02-17-2013, 04:51 PM
Is this possible? when reloading I run much faster with mapclicks but at dls I cant walk over fire fields with mapclicks so I was wondering if I can add a label that changes it to mapclicks when reloading and when I get back to spawn turn off the mapclicks and back on to walk over fire?

thanks

SmokedOut
02-17-2013, 05:02 PM
Create 2 different setting files, one having mapclicks enabled, one having them disabled.
Then name them Mapclicks - ON and Mapclicks - OFF and use these lines to load them.

loadSettings("Mapclicks - ON", "Pathfinder")
loadSettings("Mapclicks - OFF", "Pathfinder")

You are amazing! thank you so much bro

SmokedOut
02-17-2013, 06:22 PM
Create 2 different setting files, one having mapclicks enabled, one having them disabled.
Then name them Mapclicks - ON and Mapclicks - OFF and use these lines to load them.

loadSettings("Mapclicks - ON", "Pathfinder")
loadSettings("Mapclicks - OFF", "Pathfinder")

I just tried it and it works except when it loads mapclicks - off it doesnt turn walk on fire / furniture back on so I think ill get stuck at dls even though the 2nd settings I saved I made sure had walk on fire turned on not sure why it wouldnt work