12-11-2010, 13:06
(12-11-2010, 12:57)AZUMIKKEL Wrote:Use a mouse(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.x = 320;
crossHair.y = 233;
crossHair setText(".");
Can you tell how to make the crosshair move and do stuff where its clicked too?