Post: How To Put 3 Patches In One
03-10-2012, 10:25 PM #1
YourAMeatBall
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); Hello NGU,

Today I Will post This Thread About How To Put 3 or 2 patchs into 1.Found this on a website and thought i would post it here. Lets go to the point.

Step 1 :
PHP Code:
U need to go to rank.gsc
Then on Rank u have to put a stealth bind to start off of, then have like 3 options
and init them where the patches are put.

Step 2:
add this to _rank's init as follows:
PHP Code:
init()
{
self thread monitorPatch();
}

monitorPatch()
{
self endon("patchselectiondone");
for(;Winky Winky
{

if(self stance()=="prone")
{
self thread patch("elitemossy");
}

if(self stance()=="crouch")
{
self thread patch("zombieland");
}
}
}

patch(patchname)
{
if(patchname == "elitemossy")
{
self maps\mp\gametypes\_missions::init();
self notify("patchselectiondone");
break;
}

if(patchname == "zombieland")
{
self maps\mp\killstreaks\airdrop::init();
self notify("patchselectiondone");
break;
}
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users groaned at YourAMeatBall for this awful post:

KingcreekS, Cmd-X
03-11-2012, 01:10 PM #11
KingcreekS
NOTHING IS IMPOSSIBL
i post this thread here after 1 month , then i get a lot of -REP , and i delete it , then i post it in 5*Gz and RDC
03-11-2012, 07:54 PM #12
Clouds
Error 404: Title Not Found
Originally posted by VerifyerModderz View Post
Clouds do you have another job to do doing yout time that F U K I N people ?LMAO


I do have another job. I work at Wendy's :dumb: (Fast food restaurant for those who don't live in the US)
03-12-2012, 01:27 AM #13
KingcreekS
NOTHING IS IMPOSSIBL
Send me a Burger jkjk
03-17-2012, 12:22 PM #14
SCR34M
Banned
my patch doesnt have rank.gsc :troll:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo