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

suprsurfr

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

11 Good

About suprsurfr

  • Rank
    Rookie
  1. I have found that you can fix this problem by opening the mods.cfg that is located in the same folder as "Flax's Arma Server Tool.exe" use notepad++ or something similar. the file contents will look something like this: 333310405,Enhanced Movement,5/3/2018 10:01:22 PM,8/6/2017 3:47:17 PM,public 1128256978,Chernarus Redux,5/3/2018 10:04:09 PM,3/20/2018 9:48:55 PM,public 1113351114,DS Houses,12/11/2017 7:05:11 PM,12/8/2017 6:11:19 PM,public 501966277,Zombies and Demons,11/29/2017 11:10:41 PM,5/28/2017 5:12:04 PM,public 807038742,Project Infinite - All in one,2/20/2018 7:51:37 AM,2/14/2018 6:11:34 PM,public you need to as a , in front of public in notepad++ click find and replace. find: ,public replace: ,,public click replace all save. should look like: 333310405,Enhanced Movement,5/3/2018 10:01:22 PM,8/6/2017 3:47:17 PM,,public 1128256978,Chernarus Redux,5/3/2018 10:04:09 PM,3/20/2018 9:48:55 PM,,public 1113351114,DS Houses,12/11/2017 7:05:11 PM,12/8/2017 6:11:19 PM,,public 501966277,Zombies and Demons,11/29/2017 11:10:41 PM,5/28/2017 5:12:04 PM,,public 807038742,Project Infinite - All in one,2/20/2018 7:51:37 AM,2/14/2018 6:11:34 PM,,public FAST should now work. you can open and close it and re-open it.
  2. suprsurfr

    Altis Life RPG

    Try this.. case "B_MRAP_01_F": { _ret = [ ["textures\swat_hunter_1.paa","cop","textures\swat_hunter_2.paa"], ["#(argb,8,8,3)color(0.05,0.05,0.05,1)","cop"] ]; }; something like that... ---------- Post added at 04:43 ---------- Previous post was at 04:33 ---------- ---------- Post added at 04:44 ---------- Previous post was at 04:43 ---------- I would like to have cops be able to see on the map where text messages originated from... example, copy gets message "Help ME!" he can open the map and see that there is a marker on the map showing the location of the 911 call. does anyone have this and would be willing to share? Thanks
  3. suprsurfr

    Altis Life RPG

    I read the entire thread and did not see any answer to the location of the life_fn_ files or where they are defined. was this answered and I missed it?
×