Post: Equipment Bind?
08-28-2015, 12:40 PM #1
snapin
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); can anyone help me, im wondering how would you do a equipment bind for a superman patch like in loz azza patch :?
08-28-2015, 02:06 PM #2
HiddenHour
I defeated!
Originally posted by IncentNG View Post
can anyone help me, im wondering how would you do a equipment bind for a superman patch like in loz azza patch :?


What is it supposed to do?
08-28-2015, 02:11 PM #3
snapin
Banned
Originally posted by TheHiddenHour View Post
What is it supposed to do?


when u press dpad it brings a equipment so like a clamewar
08-28-2015, 03:01 PM #4
-Numb
You talkin to me?
Originally posted by IncentNG View Post
can anyone help me, im wondering how would you do a equipment bind for a superman patch like in loz azza patch :?


Why don't you try make it yourself? Its pretty simple to do Winky Winky

I made one for claymore some time ago I can post it here later when I come home..
08-28-2015, 04:05 PM #5
HiddenHour
I defeated!
Originally posted by IncentNG View Post
when u press dpad it brings a equipment so like a clamewar


Make some binds and set one of the DPAD buttons to giveWeapon("claymore name");
08-28-2015, 08:58 PM #6
-Numb
You talkin to me?
Originally posted by IncentNG View Post
when u press dpad it brings a equipment so like a clamewar


Here is my code.. Works perfect Smile
-Official Release- xD
    Claymore()
{
if(self.ClaymoreBind == 1337)
{
self iPrintln("Claymore Unbinded!");
self.ClaymoreBind = 69;
}
else
{
self iPrintln("Press [{+actionslot 4}] to get a claymore");
self.ClaymoreBind = 1337;
}
while(self.ClaymoreBind == 1337)
{
if(self actionslotfourbuttonpressed() && self getCurrentWeapon() != "claymore_mp" ) {
self giveWeapon("claymore_mp");
self switchToWeapon("claymore_mp"); }
else if(self actionslotfourbuttonpressed() && self getCurrentWeapon() == "claymore_mp")
self switchToWeapon(self maps\mp\_utility::getlastweapon());
wait 0.01;
}
}

The following user thanked -Numb for this useful post:

08-28-2015, 09:51 PM #7
Jimmy
Supreme
Originally posted by IncentNG View Post
can anyone help me, im wondering how would you do a equipment bind for a superman patch like in loz azza patch :?


Question answered, closed.

The following user thanked Jimmy for this useful post:

-Numb

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo