weapon hack bug fix with death
This commit is contained in:
parent
8c31c4ebef
commit
7993721072
@ -426,6 +426,9 @@ hook OnPlayerDeath(playerid, killerid, reason)
|
|||||||
// General
|
// General
|
||||||
p_acSpawned{ playerid } = false;
|
p_acSpawned{ playerid } = false;
|
||||||
|
|
||||||
|
// Weapon Hack
|
||||||
|
p_PlayerWeaponUpdateTime[ playerid ] = GetTickCount( ) + 2000;
|
||||||
|
|
||||||
// Airbrake
|
// Airbrake
|
||||||
p_abLastTick[ playerid ] = GetTickCount( ) + 3000;
|
p_abLastTick[ playerid ] = GetTickCount( ) + 3000;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user