explosive rounds n to activate
This commit is contained in:
parent
3ad50aec5e
commit
97429cf955
@ -9799,7 +9799,7 @@ public OnPlayerKeyStateChange( playerid, newkeys, oldkeys )
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Explosive Bullets
|
// Explosive Bullets
|
||||||
if ( p_ExplosiveBullets[ playerid ] > 0 && PRESSED( KEY_YES ) ) {
|
if ( p_ExplosiveBullets[ playerid ] > 0 && PRESSED( KEY_NO ) ) {
|
||||||
if ( GetPVarInt( playerid, "explosive_rounds" ) == 1 ) {
|
if ( GetPVarInt( playerid, "explosive_rounds" ) == 1 ) {
|
||||||
DeletePVar( playerid, "explosive_rounds" );
|
DeletePVar( playerid, "explosive_rounds" );
|
||||||
ShowPlayerHelpDialog( playerid, 2000, "Explosive rounds ~r~disabled." );
|
ShowPlayerHelpDialog( playerid, 2000, "Explosive rounds ~r~disabled." );
|
||||||
|
Loading…
Reference in New Issue
Block a user