Originally posted by xPwn
1 more thing lol...
im trying to add earthquake and add an option in the mod menu (using mossy v8 btw)
where do i paste the earthquake code and what menue function do i put in in the menu i am adding to e.g
menuname(0)"fun menu)
menuname(1)"chopper gunner)
menufunctuon(1)-------------------<--- what goes here???
its would look something like this
menu.name [0] = "Earthquake"
menu.function [0] = maps\mp\moss\MossysFunctions ::doEarthquake
menu.input [0] = "";
In mossy functions make sure to put a doEarthquake thread.
doEarthquake
{
THE CODE IN HERE
}
:smile: Hope this helped.