Jump to content

Ravenger2709

Member
  • Content Count

    8
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Ravenger2709

  • Rank
    Private

Contact Methods

  • Skype
    scar2709
  • Youtube
    https://www.youtube.com/channel/UC71mLUkXOHZ5pC5irmrTyNg

Profile Information

  • Gender
    Male
  • Location
    Belarus, Mogilev

Recent Profile Visitors

657 profile views
  1. Ravenger2709

    Field of war [CTI] [SP/MP]

    HI all! How to change params for dedicated server on startup? I found params.h file in mod .pbo, changed it. but it`s not work for me. Thx!
  2. Hi! I have issues with some CUP vehicles (CUP_O_T55_TK, CUP_B_Leopard2A6_GER, CUP_O_T90_RU, CUP_B_T72_CZ) that have strange loadout. I use your script - https://github.com/Bones50/Advanced-Vehicle-Service-Centre and it works exellent but he didn't rearm CUP Tanks that have more then 2 types of ammo. (Just reload 1 bullet) Can anybody know how to fix that? Thx a lot
  3. Ravenger2709

    Vehicle Repair Script

    @Bones51Hi! I have issues with some CUP vehicles (CUP_O_T55_TK, CUP_B_Leopard2A6_GER, CUP_O_T90_RU, CUP_B_T72_CZ) that have strange loadout. I use your script - https://github.com/Bones50/Advanced-Vehicle-Service-Centre and it works exellent (thx for that), but he didn't rearm CUP Tanks that have more then 2 types of ammo. Can you say me that i need to add in your script? Thx a lot.
  4. Ravenger2709

    ZCP and DMS

    Install dms, maybe? ZCP dont work without dms.
  5. Hi! I used this script in my mission. On #save command with admin privelegies it`s work fine, but i want to autosave my mission. Added this to init.sqf : while {true} do { sleep 10; [true, 10] remoteExec ["grad_persistence_fnc_saveMission",2,false]; }; but it`s only save player state, not vehicles, storages and ect. Can anybody help my to write right script? What i do wrong? Do i call function. that print #save command to global chat or something else? Thx.
  6. Ravenger2709

    Steam Server Browser Sig Mismatch

    steamProtocolMaxDataSize = 1024; Add this to server.cfg, it fixed problem for me.
  7. Hi all! I am nood at Arma 3 scripting, i wanna add GF Killfeed on my misson. But it works fine in SP or MP (Server) but not on dedicated server. I got some errors: 0:23:29 Scripting command 'say3d' is not allowed to be remotely executed 0:23:29 Scripting command 'systemchat' is not allowed to be remotely executed 0:23:29 Scripting function 'bis_fnc_dynamictext' is not allowed to be remotely executed Last version of script - i made changes from comments (added []execVM "GF_Killfeed\GF_Killfeed.sqf"; to initPlayerLocal.sqf , but this errors not dissapared and i don`t have any messages in left corner (only center, without killer name) How can i fix the script and turn on remote execute? Thx.
  8. Ravenger2709

    GF Headshot + Killfeed Script

    Hi GEORGE FLOROS! Your fix dont working on MP now. Can u create a worked MP version of the script? Thx u.
×