Résultats de la recherche

  1. IceEagle132

    Français Menu de Licences / Permis

    Does not appear that your list on the left updates. Here is the fix: #include "..\..\script_macros.hpp" /* File: fn_licshop_update.sqf Author: Zippy Description: License shop Updater */ disableSerialization; //Setup control vars. private _buylic_list = CONTROL(5546,55126)...
  2. IceEagle132

    Français Menu de Licences / Permis

    So players can't open the menu from a mile away should do: this addAction[localize"STR_MAR_DMV",life_fnc_licenses,"DMV",5];
  3. IceEagle132

    Français Logiciel Génération Exceptions BattlEye

    They can just reload the scripts with rcon after updating their filters and it will reload the filters. This is faster and easier than restarting their server.
  4. IceEagle132

    English Gang Uniforms

    Every wanted gangs to have their custom uniforms without having to skin them? Well here is a very easy way to do so. Open Config_Clothing.hpp Find the gang shop by defult looks like this: class gang_clothing { title = "STR_Shops_C_Gang"; conditions = ""; side = "civ"...
  5. IceEagle132

    Français Not solved Problème avec le script de redémarrage

    Do you use infastar? If so this is the issue.
  6. IceEagle132

    Français Solved Comment obtenir des logs d'action des joueurs?

    Your missing a) in fn_insertLog.sqf Should be: if ((_type isEqualTo "") || (_message isEqualTo "")) exitWith {};
  7. IceEagle132

    Français Solved Comment obtenir des logs d'action des joueurs?

    http://www.armaholic.com/page.php?id=30684
  8. IceEagle132

    Des idées de scripts ?

    New Jail Time With Arrest History: Custom set jail time Set bail amount Choose If they can pay bail Be able to write in the crimes (Manslaughter x2 - Robbery x3 - Fed Robbery x1) Be able to look up the name of the player and see there arrest history (Past Crimes - Arresting Officer) Trucker...