ItsMods

Full Version: SetLightIntensity,Custom Quickmessages and OMA
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

Another random tutorial, Angel

First this command, you can aply this on some certain models or fxs, is a command that can change a light intensity:

Code:
light setLightintensity(number);

Example:

Code:
lightmodel setlightintensity(0.7);

Now, custom quickmessages(thanks to Black/CallUp) for the idea, go into _quickmessages.gsc, you find this thread: quickcommands(response), inside it you will find stuff like this:

Code:
            soundalias = "mp_cmd_followme";
            saytext = "Follow Me!";
            break;

Change the saytext to whatever you want, for example:

Code:
            soundalias = "mp_cmd_followme";
            saytext = "Spiderman is cool!";
            break;

Now each time you play that first command in the quickmessages menu it will say that sentence, Big Grin

Now last thing, OMA , this is old but many people doesnt know about it, OMA can be akimbo and is cool, OMA

Code:
self giveweapon("onemanarmy_mp",0,true);

Thats all
SuperOMA?
(08-29-2011, 14:20)Pozzuh Wrote: [ -> ]SuperOMA?

No, 2 OMA, one in each hand
this is called OMA monster