Page 1 of 1

(request) just a toggle ads script

PostPosted: Tue Oct 08, 2019 7:34 am
by Valish
i hope its not to much trouble but a toggle aim down sights script i can use on any game

Re: (request) just a toggle ads script

PostPosted: Tue Oct 08, 2019 9:54 am
by DontAtMe
Code: Select all
int toggle_ads;
main {
  if(event_release(7)) toggle_ads = !toggle_ads;
  if(toggle_ads) set_val(7, 100);
}

Re: (request) just a toggle ads script

PostPosted: Tue Oct 08, 2019 8:32 pm
by Valish
thank you mate