Français Solved Problème avec le script ATM de Brinks

  • Auteur de la discussion Auteur de la discussion _NEYPHIS_
  • Date de début Date de début
J'ai erreur dans le RPT :

C++:
Error in expression < { ["request", _TOMFCZ_BRINKS_atm] call TOMFCZSERVER_fnc_BRINKS } else { _TOMFCZ>
  Error position: <TOMFCZSERVER_fnc_BRINKS } else { _TOMFCZ>
  Error Undefined variable in expression: tomfczserver_fnc_brinks
File tom-scripts\BrinksV2\fn_initServerScript.sqf [TOMFCZCLIENTBRINKS_fnc_initServerScript]..., line 46
"TOMFCZ_ATM_1 LOADED WITH $0"
Error in expression <g "", position _TOMFCZ_BRINKS_atm];
if (_TOMFCZ_BRINKS_atmoney >= _TOMFCZ_BRINKS>
  Error position: <_TOMFCZ_BRINKS_atmoney >= _TOMFCZ_BRINKS>
  Error Undefined variable in expression: _tomfcz_brinks_atmoney
File tom-scripts\BrinksV2\fn_initServerScript.sqf [TOMFCZCLIENTBRINKS_fnc_initServerScript]..., line 49
Error in expression < { ["request", _TOMFCZ_BRINKS_atm] call TOMFCZSERVER_fnc_BRINKS } else { _TOMFCZ>
  Error position: <TOMFCZSERVER_fnc_BRINKS } else { _TOMFCZ>
  Error Undefined variable in expression: tomfczserver_fnc_brinks


et celle la aussi :

C++:
File tom-scripts\BrinksV2\fn_initServerScript.sqf [TOMFCZCLIENTBRINKS_fnc_initServerScript]..., line 108
Error in expression <TM_MONEY",0];
["save", _x, _money] call TOMFCZSERVER_fnc_BRINKS;
if ((getNumber(>
  Error position: <TOMFCZSERVER_fnc_BRINKS;
if ((getNumber(>
  Error Undefined variable in expression: tomfczserver_fnc_brinks
 
Vérifie que tu as bien fait cette étape :
1587456717585.png

comment puis je faire pour empêcher le braquage de l'atm lorsqu'il est vide
Dans ton fn_robATM.sqf, en dessous de
Code:
if (_TOMFCZ_BRINKS_atmoney isEqualTo 0) exitWith { hint parseText "<t color='#e74c3c'>Le distributeur est vide !</t>" };
ajoute la ligne :
Code:
if (_TOMFCZ_BRINKS_atmoney isEqualTo -1) exitWith { hint parseText "<t color='#e74c3c'>Le distributeur est vide !</t>" };
 
Bonsoir,

Problème résolu, il y avait une erreur d'installation dans le config.cpp du @life_server (CfgFunctions étape 10 du tuto).
 
Solution