Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

fureur

Member
  • Content Count

    7
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About fureur

  • Rank
    Rookie
  1. For 1 week, my server showing up in the browser after 20 seconds of wait. I tried on several ports, to close fireguards, opened ports, etc ... I tried everything and I lost hope. Please, help me Thank you in advance
  2. Hello; I meet a problem on one of my missions. I put modifying texture of a vehicle. It work very well, except that the mission uses a mod which already modifies basic textures. I cannot allow to modify the mod because it makes 4 GO. So, while waiting for an answer I still look.
  3. Don't work, nothing happens. antiusebug.sqf is executed (can't delete) but script not work. //init.sqf if (isServer) then { // stuff you execute here is exclusively run on the server execVM "antiusebug.sqf"; }; //antiusebug.sqf waitUntil {!alive player}; disableUserinput true; waitUntil {alive player}; disableUserinput false;
  4. Hi, I want to execute my "antiusebug.sqf" on my server side. What line I do put on my init.sqf on mission file ?
  5. Hello, I wish to open a Island life server. I managed to install everything, except inidb who does not work I wish to save money, vehicles, weapons....
  6. fureur

    Altis Life RPG

    Hey, how can i install texture for car in altis life ?
×