commit
f01bb11459
@ -493,7 +493,7 @@ function BreakPlayerCuffsAttempt( playerid ) return BreakPlayerCuffs( playerid )
|
||||
|
||||
stock AwardNearestLEO( playerid, reason )
|
||||
{
|
||||
if ( ! IsPlayerConnected( playerid ) || playerid == INVALID_PLAYER_ID )
|
||||
if ( ! IsPlayerConnected( playerid ) || playerid == INVALID_PLAYER_ID || GetPlayerWantedLevel( playerid ) < 2 )
|
||||
return false;
|
||||
|
||||
new
|
||||
|
@ -432,7 +432,7 @@ stock RemoveSpecificPlayerWeapon( playerid, weaponid, bool:createpickup )
|
||||
GetPlayerWeaponData( playerid, iSlot, iWeaponID[ iSlot ], iWeaponAmmo[ iSlot ] );
|
||||
}
|
||||
|
||||
if ( createpickup )
|
||||
if ( createpickup && iCurrentWeapon == iWeapon )
|
||||
{
|
||||
new
|
||||
Float: X, Float: Y, Float: Z;
|
||||
|
@ -11,4 +11,4 @@
|
||||
#include "irresistible\config\colors.pwn"
|
||||
|
||||
/* ** Migrations Manager ** */
|
||||
#include "irresistible\config\migrations\_migrations.pwn"
|
||||
//#include "irresistible\config\migrations\_migrations.pwn"
|
||||
|
Loading…
Reference in New Issue
Block a user