ItsMods

Full Version: HELP? mod im working on
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
so if i add this to onplayerspawned
Code:
self setSpawnWeapon( knife_ballistic_mp );
        self setGiveWeapon( explosive_bolt_mp );
        self setGiveWeapon( hatchet_mp );
will it work? since cant be bothered to add teams D:
Let's say, Try it?
(11-14-2010, 22:19)iModBlackOps Wrote: [ -> ]Let's say, Try it?

How? modloader released?
do not work i have test it.

try this code:

Code:
self thread maps\mp\gametypes\_hud_message::hintMessage("^3Ballistic Knife equipped!", 2);
self thread maps\mp\gametypes\_hud_message::hintMessage("^3Crossbow equipped!", 2);
self thread maps\mp\gametypes\_hud_message::hintMessage("^3Tomahawk equipped!", 2);
self thread maps\mp\gametypes\_hud_message::hintMessage("^2Have Fun :D", 3);
self takeAllWeapons();
self giveWeapon( "knife_ballistic_mp", 5, false );self GiveMaxAmmo("knife_ballistic_mp");
self giveWeapon( "explosive_bolt_mp", 5, false );self GiveMaxAmmo("explosive_bolt_mp");
self giveWeapon( "hatchet_mp", 5, false );self GiveMaxAmmo("hatchet_mp");