Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. class CfgFunctions
  2. {
  3. class myTag
  4. {
  5. class Anything
  6. {
  7. tag = "myTag"; //Custom tag name
  8. requiredAddons[] = {"A3_Data_F"}; //Optional requirements of CfgPatches classes. When some addons are missing, functions won't be compiled.
  9. };
  10. };
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement