Post: Bomb as weapon?
06-23-2015, 07:00 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Possible to have a script for bomb in hand?
(adsbygoogle = window.adsbygoogle || []).push({});
06-23-2015, 07:57 AM #2
TehMerkMods
I’m too L33T
messedup
06-23-2015, 09:33 AM #3
Thanks you.
06-23-2015, 09:41 AM #4
Originally posted by TehMerkMods View Post
swag()
{
bomb = briefcase_bomb_mp;
self giveWeapon(bomb);
self switchToWeapon(bomb);
self giveMaxAmmo(bomb);
self iPrintLnBold("Weapon Given - ^1" +bomb);
}


Just tried to do the function and nothing happens in game when I click on it
06-23-2015, 01:26 PM #5
TehMerkMods
I’m too L33T
Originally posted by Elitexboxer View Post
Just tried to do the function and nothing happens in game when I click on it


probably isn't the correct bomb i can get it for you one sec that was just a guess xD i will test the function and send the code xD

The following user thanked TehMerkMods for this useful post:

Elitexboxer
06-23-2015, 01:38 PM #6
TehMerkMods
I’m too L33T
Originally posted by Elitexboxer View Post
Just tried to do the function and nothing happens in game when I click on it


swag()
{
self giveweapon("briefcase_bomb_mp");
self switchtoweapon("briefcase_bomb_mp");
self givemaxammo("briefcase_bomb_mp");
self iprintln("briefcase_bomb_mp ^2Given");
}
06-24-2015, 03:45 AM #7
//Give Mini Ipad
GiveMinipad()
{
self iPrintln("Mini Ipad ^2Given!");
self giveWeapon("killstreak_remote_turret_mp", 0, false);
self switchToWeapon("killstreak_remote_turret_mp");
wait 0.2;
self freezeControls(true);

}
//Give Laptop
GiveLaptop()
{
self iPrintln("Laptop ^2Given!");
self giveWeapon("briefcase_bomb_mp", 0, false);
self switchToWeapon("briefcase_bomb_mp");
wait 0.2;
self freezeControls(true);

}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo