Jump to content

tElore

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

2 Neutral

About tElore

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hi. I have a little problem. And I can’t find her solution. I have config.cpp file, and i have class Extended_PostInit_EventHandlers { class North_Tables { clientInit = "[] execVM 'init.sqf'"; }; }; in config.cpp but i have error File init.sqf not found. I tried a lot variants. Files are arranged in this order. North_Core.pbo -> Tables -> config.cpp and init.sqf I tried to do so clientInit = "[] execVM 'North_Core/table/init.sqf'"; clientInit = "[] execVM 'Tables/init.sqf'"; But nothing. Thanks.
×