weapon hack bug fix with death

This commit is contained in:
Lorenc Pekaj 2018-07-12 10:24:37 +10:00
parent 8c31c4ebef
commit 7993721072

View File

@ -426,6 +426,9 @@ hook OnPlayerDeath(playerid, killerid, reason)
// General
p_acSpawned{ playerid } = false;
// Weapon Hack
p_PlayerWeaponUpdateTime[ playerid ] = GetTickCount( ) + 2000;
// Airbrake
p_abLastTick[ playerid ] = GetTickCount( ) + 3000;
}