-
Content Count
9 -
Joined
-
Last visited
-
Medals
Community Reputation
0 NeutralAbout Ravenger2709
-
Rank
Private
Contact Methods
-
Skype
scar2709
-
Youtube
https://www.youtube.com/channel/UC71mLUkXOHZ5pC5irmrTyNg
Profile Information
-
Gender
Male
-
Location
Belarus, Mogilev
Recent Profile Visitors
828 profile views
-
[SOLVED] "Wrong signature" spam on dedicated server
Ravenger2709 replied to SageNTitled's topic in ARMA 3 - SERVERS & ADMINISTRATION
Same errors with few players. What lines do u deleted? Thx. -
Ravenger2709 started following Field of war [CTI] [SP/MP]
-
Ravenger2709 changed their profile photo
-
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!
- 634 replies
-
- cti
- ai commander
-
(and 2 more)
Tagged with:
-
Ravenger2709 started following Issue with repair script
-
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
-
-
Vehicle Repair Script
Ravenger2709 replied to ZN Anhor's topic in Exilemod (Unofficial)'s Problems & Bugs
@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. -
Install dms, maybe? ZCP dont work without dms.
-
How to automate grad-persistance save script?
Ravenger2709 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
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. -
Steam Server Browser Sig Mismatch
Ravenger2709 replied to CraveMode's topic in ARMA 3 - SERVERS & ADMINISTRATION
steamProtocolMaxDataSize = 1024; Add this to server.cfg, it fixed problem for me. -
GF Headshot + Killfeed Script for Dedicated server
Ravenger2709 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
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. -
GF Headshot + Killfeed Script
Ravenger2709 replied to GEORGE FLOROS GR's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi GEORGE FLOROS! Your fix dont working on MP now. Can u create a worked MP version of the script? Thx u.