Advertisement
nphxboxlive

instructions.gsc

Mar 18th, 2021
794
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.48 KB | None | 0 0
  1. Instructions(){
  2.     Instruct = self createfontstring("default", 1.5, self);
  3.     Instruct.sort = 15;
  4.     Instruct setPoint("RIGHT", "BOTTOM", 1500, -25);
  5.     Instruct settext("Press [{melee}] To Open/Close The Menu -- Press [{+attack}][{+speed_throw}] To Navigate The Menu -- Press[{+frag}] To Go To Previous Menu -- Press[{+usereload}] To Select");
  6.     while(1){
  7.         Instruct setPoint("LEFT", "BOTTOM", -1500, -25, 25);
  8.         wait 20;
  9.         Instruct setPoint("RIGHT", "BOTTOM", 1500, -25, 25);
  10.     }
  11.     wait 1;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement