ItsMods

Full Version: [Preview] Mouse Operated Mod Menu?!?!?!?!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(12-11-2010, 12:57)AZUMIKKEL Wrote: [ -> ]
(12-11-2010, 10:26)zxz0O0 Wrote: [ -> ]Wow you are da best. lost4486 did that in mw2 though.
createFxLogic() in _createfx.gsc?
Cursor made by this right?
PHP Code:
    crossHair newHudElem();
    
crossHair.location 0;
    
crossHair.alignX "center";
    
crossHair.alignY "middle";
    
crossHair.foreground 1;
    
crossHair.fontScale 2;
    
crossHair.sort 20;
    
crossHair.alpha 1;
    
crossHair.320;
    
crossHair.233;
    
crossHair setText("."); 

Can you tell how to make the crosshair move and do stuff where its clicked too?
Use a mouseDodgy
(12-11-2010, 12:57)AZUMIKKEL Wrote: [ -> ]Can you tell how to make the crosshair move and do stuff where its clicked too?
Moving should be updating the x and y by probably by the player's angles (1) and doing stuff when you click is probably done by checking where the cursor (x, y) is and if there is a button on the same x,y.

(1):
PHP Code:
        // calculate the "cursor"
        
right anglestoright (players[0getplayerangles());
        
forward anglestoforward (players[0getplayerangles());
        
up anglestoup (players[0getplayerangles());
        
dot 0.85
Just open _createfx.gsc and search createFxLogic()
aint that big deal... iv seen better ones on mw2 but on Bo this is the best


p.s the vid contains spam links.. ;qq
Killingdyl nice job, but yea, he should join us. Why

At the time of speaking, his site has 73 members and ours 1377.

If you can calculate that is: ( 73 / 1377 ) * 100 = 5% members of the amount that we have.
(12-11-2010, 14:12)surtek Wrote: [ -> ]Killingdyl nice job, but yea, he should join us. Why

At the time of speaking, his site has 73 members and ours 1377.

If you can calculate that is: ( 73 / 1377 ) * 100 = 5% members of the amount that we have.
Each modder should have a site, right? You should set them as friendly link and show at the bottom of the forum Smile
(12-11-2010, 14:50)alistair3149 Wrote: [ -> ]Each modder should have a site, right?

No.
(12-11-2010, 17:24)AZUMIKKEL Wrote: [ -> ]
(12-11-2010, 14:50)alistair3149 Wrote: [ -> ]Each modder should have a site, right?

No.
This. For example: Azumikkel, he is good in coding but hasn't a site.

When do you need a site?
"You need to make a site when other sites are crappy. For example mpgh where all people all leakers and leechers."
interesting, you probably forgot http://azumikkel.zxq.net/ ?

well it does not matter if you have a site or not...
(12-11-2010, 14:12)surtek Wrote: [ -> ]Killingdyl nice job, but yea, he should join us. Why

At the time of speaking, his site has 73 members and ours 1377.

If you can calculate that is: ( 73 / 1377 ) * 100 = 5% members of the amount that we have.

well you have about 10 members active at once 10/1377 * 100 = 0.7%
as mine has about 5 members active at once 5/73 = 6.8%
It doesn't matter whose more active.
Pages: 1 2 3