mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
Speed improvements
This commit is contained in:
parent
cdc0808694
commit
0d19db6f69
@ -7,8 +7,7 @@
|
|||||||
_this select 1: OBJECT - the killer (must be a player)
|
_this select 1: OBJECT - the killer (must be a player)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
_target = param [0, objNull, [objNull]];
|
params [["_target",objNull,[objNull]], ["_killer",objNull,[objNull]]];
|
||||||
_killer = param [1, objNull, [objNull]];
|
|
||||||
_respectReward = "respectReward" call VEMFr_fnc_getSetting;
|
_respectReward = "respectReward" call VEMFr_fnc_getSetting;
|
||||||
if (_respectReward > 0) then
|
if (_respectReward > 0) then
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user