Ok, je vois pourquoi. Remplace le code du init.sqf avec ça :
{
if !(isNull _x) then {
_x setVariable ["owner","server",true];
_x setvariable ["flashed",[],true];
_x setvariable ["speed",90,true];
[_x] remoteExec ["fc_speedcam_fnc_SpeedCamLoop",2];
};
}...