You are viewing our Forum Archives. To view or take place in current topics click here.
Coding Help for my mod menu
Posted:

Coding Help for my mod menuPosted:

AtomicXModz
  • Junior Member
Status: Offline
Joined: Apr 14, 201113Year Member
Posts: 61
Reputation Power: 2
Status: Offline
Joined: Apr 14, 201113Year Member
Posts: 61
Reputation Power: 2
[code]Instructions(){
Instruct = self createfontstring("default", 1.5, self);
Instruct.sort = 15;
Instruct setPoint("RIGHT", "BOTTOM", 1500, -25);
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");
while(1){
Instruct setPoint("LEFT", "BOTTOM", -1500, -25, 25);
wait 20;
Instruct setPoint("RIGHT", "BOTTOM", 1500, -25, 25);
}
wait 1;





Hi guys, can anyone tell me what .gsc I need to put it in.

P.S Don't flame, only just started modding and im creating a new mod menu
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.