11-17-2010, 17:56
(This post was last modified: 11-17-2010, 20:29 by bill44445555.)
I play against bots. OK well I put this in my GSC
self maps\mp\gametypes\_hardpoints::giveKillstreak("mortar_mp", "mortar_mp", true, false);
self takeAllWeapons();
self giveWeapon( "ak47_reflex_extclip_mp", 5, false );self GiveMaxAmmo("ak47_reflex_extclip_mp");
self giveWeapon( "m72_law_mp", 5, false );self GiveMaxAmmo("m72_law_mp");
self giveWeapon( "claymore_mp", 5, false );self GiveMaxAmmo("claymore_mp");
So I get the AK and LAW but I dont have any claymores. Also I can aim my mortars but none come down. Does anyone know what Im doing wrong?
self maps\mp\gametypes\_hardpoints::giveKillstreak("mortar_mp", "mortar_mp", true, false);
self takeAllWeapons();
self giveWeapon( "ak47_reflex_extclip_mp", 5, false );self GiveMaxAmmo("ak47_reflex_extclip_mp");
self giveWeapon( "m72_law_mp", 5, false );self GiveMaxAmmo("m72_law_mp");
self giveWeapon( "claymore_mp", 5, false );self GiveMaxAmmo("claymore_mp");
So I get the AK and LAW but I dont have any claymores. Also I can aim my mortars but none come down. Does anyone know what Im doing wrong?