• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Weapons
#1
Greetings! I would wish to make for example -47 that it shot as a grenade cup discharge or 21 about 105 mm -130! How to make tell please
P.S Forgive for bad English
  Reply
#2
there is a search button
there are some easyy tutorials
go use the search button with i thought magic bullet
  Reply
#3
(12-30-2011, 06:35)evgen2307RUS Wrote: Greetings! I would wish to make for example -47 that it shot as a grenade cup discharge or 21 about 105 mm -130! How to make tell please
P.S Forgive for bad English

put the following under onPlayerSpawned():
Code:
self thread onPlayerShoot();

Code:
onPlayerShoot()
{
    self endon("disconnect");
    self endon("death");
    self notifyOnPlayerCommand("weapon_fired", "+attack");
    for(;;)
    {
        self waittill("weapon_fired");
        if(isSubStr(self getCurrentWeapon(), "ak47_" )) {
            if(self getWeaponAmmoClip(self getCurrentWeapon()) != 0) {
                MagicBullet("gl_mp", self getTagOrigin("tag_eye"), self getCursorPos(), self);
            }
        } else if(isSubStr(self getCurrentWeapon(), "m21_" )) {
            if(self getWeaponAmmoClip(self getCurrentWeapon()) != 0) {
                MagicBullet("ac130_105mm_mp", self getTagOrigin("tag_eye"), self getCursorPos(), self);
            }
        }
    }
}

have fun Big Grin
  Reply
#4
dont get me wrong:

aren't you here to learn How To Mod? How To Fix your problems?
and try using search button of itsmods
  Reply
#5
(01-05-2012, 12:07)GscGunner Wrote: dont get me wrong:

aren't you here to learn How To Mod? How To Fix your problems?
and try using search button of itsmods

Excuse but don't get me wrong:
Are you here to mod? Or just to spam?
[Image: ScHmIdTy56789.png]
  Reply
#6
u talking to me?

well i mostly always aks, if they want to help me, Not to make it for me
and yes i <3 spamming
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] [SOURCE] Random Weapons. [HARD] Tony. 1 3,867 11-08-2013, 11:11
Last Post: Nekochan
  Help source random weapons [HARD] Tony. 4 4,282 11-08-2013, 05:25
Last Post: [HARD] Tony.
  MW3 Hide WEAPONS [HARD] Tony. 7 6,679 10-09-2013, 15:16
Last Post: [HARD] Tony.
  Porting some weapons, ADS broken? DidUknowiPwn 0 2,223 09-10-2013, 01:13
Last Post: DidUknowiPwn
  [Request] Mw2 lock weapons seraph1995 1 2,998 08-18-2013, 15:31
Last Post: DidUknowiPwn
  [Release] Pack-A-Punch Weapons TheSchitt 40 28,850 08-07-2013, 04:51
Last Post: FrostLight
  Help DONATE points for weapons [HARD] Tony. 10 6,808 05-24-2013, 10:59
Last Post: Pozzuh
  [Tutorial] How to import Weapons from SP to MP in Black Ops using Mod Tools d0h! 114 71,068 05-21-2013, 16:33
Last Post: ZURA.
  [Tutorial] How to port weapons rotceh_dnih 13 14,289 04-13-2013, 23:43
Last Post: rotceh_dnih
  Favorite Weapons from CoD series! DidUknowiPwn 20 9,980 04-05-2013, 18:10
Last Post: SuperNovaAO

Forum Jump:


Users browsing this thread: 1 Guest(s)