Mr Knife God
New Member
- Messages
- 29
- Reaction score
- 10
- Points
- 3
Does anyone know a function where I can spawn grenades in seperate slots? I have a code where I can spawn grenades and such
But it only replaces grenades from my lethals slot. I need one where it can replace grenades from my tacticals slot too.
Code:
givegrenades(weapon)
{
currentweapon = self GetCurrentOffhand();
self TakeWeapon(currentweapon);
self giveweapon(weapon);
self iPrintln("^7"+weapon+" ^2Given");
}