Quote from: Coolkid on Apr 19, 2016, 12:35 AMwhats am i doing wrong in this commandi have tested this command of @Coolkid and turns out that it doesnt disable fpv but it either breaks it cuz when you shoot in fpv mode you can see the bullet is coming from somewhere else its someone else is shooting the gun but from far away also if you type this command it will disable your tpp instead cuz when you shoot assault rifles like - m60,m4,ruger it wont shoot instead it will only show the shooting animation but it wont show the bullet particle.
instead of function i thought of making command so i can disable and enable back fpv without any function
[spoiler="command"]Code Selectelse if ( cmd == "disablefpv" )
[/spoiler]
{
SetWeaponDataValue(26, 12, 0x200 );
SetWeaponDataValue(27, 12, 0x200 );
SetWeaponDataValue(32, 12, 0x200 );
Message("Admin Disabled FPV!");
}