removes ability to obtain a knife legitimately within the server

This commit is contained in:
Damen 2018-12-28 00:18:04 -05:00
parent 8d23fa1c90
commit 109b62c8cf
2 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ new
{ MENU_MELEE, "Brass Knuckles", 1, 1, 200 }, { MENU_MELEE, "Brass Knuckles", 1, 1, 200 },
{ MENU_MELEE, "Parachute", 46, 1, 200 }, { MENU_MELEE, "Parachute", 46, 1, 200 },
{ MENU_MELEE, "Camera", 43, 1, 250 }, { MENU_MELEE, "Camera", 43, 1, 250 },
{ MENU_MELEE, "Knife", 4, 1, 300 }, //{ MENU_MELEE, "Knife", 4, 1, 300 },
{ MENU_MELEE, "Katana", 8, 1, 600 }, { MENU_MELEE, "Katana", 8, 1, 600 },
{ MENU_MELEE, "Chainsaw", 9, 1, 750 }, { MENU_MELEE, "Chainsaw", 9, 1, 750 },

View File

@ -1107,7 +1107,7 @@ public OnPlayerSpawn( playerid )
} }
case JOB_HITMAN: case JOB_HITMAN:
{ {
GivePlayerWeapon( playerid, 4, 1 ); //GivePlayerWeapon( playerid, 4, 1 );
GivePlayerWeapon( playerid, 23, 130 ); GivePlayerWeapon( playerid, 23, 130 );
GivePlayerWeapon( playerid, 34, 30 ); GivePlayerWeapon( playerid, 34, 30 );
} }
@ -6043,7 +6043,7 @@ public OnDialogResponse( playerid, dialogid, response, listitem, inputtext[ ] )
} }
case JOB_HITMAN: case JOB_HITMAN:
{ {
GivePlayerWeapon( playerid, 4, 1 ); //GivePlayerWeapon( playerid, 4, 1 );
GivePlayerWeapon( playerid, 23, 130 ); GivePlayerWeapon( playerid, 23, 130 );
GivePlayerWeapon( playerid, 34, 30 ); GivePlayerWeapon( playerid, 34, 30 );
} }
@ -9632,7 +9632,7 @@ stock GivePlayerLeoWeapons( playerid ) {
if ( p_inArmy{ playerid } == true ) if ( p_inArmy{ playerid } == true )
{ {
GivePlayerWeapon( playerid, 4, 1 ); //GivePlayerWeapon( playerid, 4, 1 );
GivePlayerWeapon( playerid, 24, 200 ); GivePlayerWeapon( playerid, 24, 200 );
GivePlayerWeapon( playerid, 29, 200 ); GivePlayerWeapon( playerid, 29, 200 );
GivePlayerWeapon( playerid, 31, 200 ); GivePlayerWeapon( playerid, 31, 200 );