FNCbroken: count

UrbanSkaters

Valued Member!
SOLVED!!!!


I've written a script that adds a variable to certain vehicles , like:

_x setVariable ["MyVehicle", "007", true];

But when I try to check vehicles in a loop with:

_x getVariable ["MyVehicle",0];
or
_x getVariable "MyVehicle";

I get an Infistar message: FNCbroken: Count , and it bans me :(

Any ideas?
 
Last edited:
Back
Top