Hi.
Is there an command to allow or disallow a player switching weapons?
I mean it like you have this code:
Now he coud only use the l96a1 and can't change to weapon asp.
But after the command:
he can use mouse wheel and numbers to switch to the weapon asp.
Is this possible?
Is there an command to allow or disallow a player switching weapons?
I mean it like you have this code:
C++ Code
- giveWeapons()
- {
- self DisalowSwitch();
- self giveWeapon("l96a1_vzoom_extclip_mp");
- self giveWeapon("asp_mp");
- self switchToWeapon("l96a1_vzoom_extclip_mp");
- }
Now he coud only use the l96a1 and can't change to weapon asp.
But after the command:
C++ Code
- self AlowSwitch();
he can use mouse wheel and numbers to switch to the weapon asp.
Is this possible?
Sorry for bad English -> *GERMAN*