Chillx[CC]

Member
  • Content count

    3
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Chillx[CC]

  • Rank
    Bambi
  1. Hey all, quick question- Im not that great at finding the right topics in forums, so sorry if this is in the wrong spot. OK, so I want a scoreboard to pop up every hour in the chat to shot the top players. kills, respect, deaths, play time, that kinda thing. Ive seen a similar one on my old Dayz server clan doolittle. my question, is ive done searches here and google, and cant find what im looking for. I've done some sql and understand how to make strings in arma's language, but i dont want to spend 5+ hours writing a scoreboard from scratch if someone else knows of one. so, please PLEASE! someone hook me up with a link, or direction? please? if none exist, then i'll go ahead and write it, and post it here when im done, so there is one for future learning admins. thanks.
  2. Thank you guys! I didn't think about using static, even though that's literally it's meaning
  3. Hey all- just a couple questions regarding making my own custom DMS bandit missions. I am using "walmart.sqf" as my test template, and i think i have most things figured out, but I cannot for the life of me figure out how im supposed to add the coords of where i want it to spawn. i know its under : // Check calling parameters for manually defined mission position. // This mission doesn't use "_extraParams" in any way currently. _OK = (_this call DMS_fnc_MissionParams) params [ ["_pos",[],[[]],[3]], ["_extraParams",[]] ]; but i don't know how I'm supposed to fill it out, with say, Gorka Gas startion at 10452.5,8889.23 (on cherno, obviously) Any help or links, or suggestions will help, thanks!