(adsbygoogle = window.adsbygoogle || []).push({});
Im kinda new to modding patching this kinda stuff. I've been trying to study some stuff to mod the orginal Quarantine Chaos zombie mod so I can host some fun private matches with lots of my friends. If you could like team view me and help me walk through it or create a video for me and other ppl that would be awsome.
Heres the code I found I wanted to mod into the patch_mp.ff and i have no damn idea how to inject it or extract. If any one could please help me I would prefer a nice small video. Im a visual learner so it'd help better. I know this is possiable to mod because my friend has a old menu from 2009 that is on a usb and the only way to get a menu mod is modding a patch. So if you could help I will pay what vBux I already have and
I will give you +100 rep if this works fully :hug:
Favela()
{
//EDIT BY S!ck# RaPiiDz (dalemcguire, FuZioNz GaRY, ModThatGame)
CreateRamps((1160, 1000, 300), (1295, 1000, 325));
CreateGrids((1640, 1120, 330), (1340, 830, 330), (0, 0, 0));
CreateWalls((1640, 830, 340), (1640, 1120, 470)); //BACK WALL
CreateWalls((1640, 830, 340), (1330, 830, 470)); //LEFT WALL
CreateWalls((1640, 1120, 340), (1330, 1120, 470)); //RIGHT WALL
CreateDoors((1330, 900, 370), (1330, 1000, 370), (90, 0, 0), 3, 2, 15, 60);
CreateWalls((1330, 825, 340), (1330, 940, 470)); //WALL LEFT OF DOOR
CreateWalls((1330, 1060, 340), (1330, 1120, 470)); //WALL RIGHT OF DOOR
CreateGrids((1440, 1120, 460), (1340, 830, 455), (0, 0, 0));
CreateBlocks((1580, 840, 350), (90, 90, 0));
CreateBlocks((1520, 840, 380), (90, 90, 0));
CreateBlocks((1480, 840, 410), (90, 90, 0));
CreateElevator((1360, 900, 475), (1850, 945, 500), (0, -90, 0));
CreateElevator((2000, 790, 500), (1360, 1030, 475), (0, 90, 0));
CreateBlocks((1915, 770, 565), (90, 90, 0)); //FIRST WINDOW BLOCKER ON LEFT
CreateBlocks((1830, 770, 565), (90, 90, 0)); //2ND WINDOW BLOCKER ON LEFT
CreateBlocks((1850, 1000, 550), (0, 0, 90)); //RIGHT HAND SIDE BLOCKER #1
CreateBlocks((1940, 1000, 550), (0, 0, 90)); //RIGHT HAND SIDE BLOCKER #2
CreateBlocks((1850, 1000, 590), (0, 0, 90)); //RIGHT HAND SIDE BLOCKER #3
CreateBlocks((1940, 1000, 590), (0, 0, 90)); //RIGHT HAND SIDE BLOCKER #4
}
Codes recived from
You must login or register to view this content.
Im giving credit to the poster im not a damn leecher.