Little help with my mod please
Here is the situation.
1) Special Grenades
works:
self giveWeapon("flash_grenade_mp");
don't work:
self giveWeapon("smoke_grenade_mp");
self giveWeapon("concussion_grenade_mp");
Does anyone know how to give smoke and concussion(stun) grenades?
2) Making the weapon I just gave the player appear on the screen
don't work:
self giveWeapon("kriss_eotech_silencer_mp");
self notify ("weapon_change","kriss_eotech_silencer_mp");
also don't work:
self giveWeapon("kriss_eotech_silencer_mp");
self switchToWeapon("riotshield_mp");
3) What is the killstreak name for the Ammo drop?
I.E this: self maps\mp\killstreaks\_killstreaks::giveKillstreak(" ammo",false);
(for the assault class) - can't find this anywhere.
if you wan't to know about the mod, it will be where you spawn with a realistic kit depending on your team, and some classes will have 'bonuses'.
it is aimed at making it realistic, and at making the game similar to BFBC2 by giving players abilities, like snipers=airstrike (mortar in BFBC2), and assault=ammo drop, specialist=predator missile.
thanks in advance