mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Small correction
This commit is contained in:
parent
d51d87ba2c
commit
820d1c50a5
@ -12,10 +12,10 @@
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
|
||||
private ["_color", "_name", "_text", "_picture"];
|
||||
|
||||
if !(GVAR(DisplayText)) exitwith {};
|
||||
|
||||
private ["_color", "_name", "_text", "_picture"];
|
||||
|
||||
params ["_magazine", "_numberofMagazines"];
|
||||
|
||||
_color = [[1,0,0], [1,1,1]] select (_numberofMagazines > 0);
|
||||
|
Loading…
Reference in New Issue
Block a user