Page 1 of 1
[ACS] [Idiotic LMS] Please, help me with script that points the seeker player
Posted: Sun Mar 25, 2018 3:53 am
by BarneyTheDinosaur
Can someone help me? How this script, that points who is the seeker by putting an arrow with an advice message works? (It's from Idiotic LMS wad, map ILMS39 - TAG, by Catastrophe) I tried looking into the scripts but i didn't understand, i need a "clean" version of the script that makes what i described.. If someone here is good on scripting and know what wad i'm taking about or its creator, I would appreciate your help!
Re: [ACS] [Idiotic LMS] Please, help me with script that points the seeker player
Posted: Sun Mar 25, 2018 12:48 pm
by Ænima
Re: [ACS] [Idiotic LMS] Please, help me with script that points the seeker player
Posted: Sun Mar 25, 2018 6:43 pm
by Catastrophe
^ No.
Use setactorposition and keep running it with delay(1);
Re: [ACS] [Idiotic LMS] Please, help me with script that points the seeker player
Posted: Sun Mar 25, 2018 10:17 pm
by Fused
And even if you plan on using Hudmessageonactor, you're better off using
ACSutil's version, which actually supports proper scaling, and more.
Re: [ACS] [Idiotic LMS] Please, help me with script that points the seeker player
Posted: Sun Mar 25, 2018 11:11 pm
by BarneyTheDinosaur
Thank you guys for the attention and replies! Love you all. I finally managed to make it!