MuffinStuffer

Member
  • Content count

    15
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

0 Neutral

About MuffinStuffer

  • Rank
    Bambi

Recent Profile Visitors

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

  1. MuffinStuffer

    Adding Items to Trader

    A star icon would appear and you just press whatever you have action set to. Then he performs his action and heals to 75%
  2. MuffinStuffer

    Adding Items to Trader

    @READTHESCROLL Yup
  3. MuffinStuffer

    Adding Items to Trader

    Yea Im not sure. There really isnt enough time to heal someone else anyway. At least with this first aid you dont have to funble in your inv. to use it and it will get you back to 75% health. Enough to keep the battle going
  4. MuffinStuffer

    Value Restriction #0 "mymoneyval"

    Aaaand nvm. I just got it again and I updated infiSTAR this morning. Same thing, when selling a car with cargo I get kicked. @infiSTAR?
  5. MuffinStuffer

    Adding Items to Trader

    @Torchgodz That was it, thanks man. Works like a charm.
  6. MuffinStuffer

    Adding Items to Trader

    Ah ha! LMFAO, man. Thanks.
  7. MuffinStuffer

    Adding Items to Trader

    @TheDmD Here's what I got, same thing locks up "setting up" // Tools /////////////////////////////////////////////////////////////////////////////// class Exile_Item_Matches { quality = 1; price = 50; }; class Exile_Item_CookingPot { quality = 2; price = 75; }; class Exile_Item_InstaDoc { quality = 1; price = 250; }; class FirstAidKit { quality = 1; price = 150; }; class Exile_Melee_Axe { quality = 1; price = 100; }; class FirstAid { name = "FirstAid"; icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa"; items[] = { "Exile_Item_InstaDoc" "FirstAidKit" }; };
  8. MuffinStuffer

    Adding Items to Trader

    @TheDmD, funny I JUST was thinking about that. Ill try it out right now.
  9. MuffinStuffer

    Adding Items to Trader

    Im just trying to add First Aid Kits to the trader. I've added it to the config.cpp under class FirstAid & under //tools with class Exile_Item_FirstAidKit with a quality and price but it doesnt seem to work since my server just gets stuck "setting up"
  10. MuffinStuffer

    Value Restriction #0 "mymoneyval"

    Ok, I seem to have solved it by deleting my UID in the database. I lost my money and respect but obviously can give it back. Thanks for all the help
  11. MuffinStuffer

    Value Restriction #0 "mymoneyval"

    Also added question, in your/my publicVariableVal.txt the 3rd line reads 7 "spwan" should that be 7 "spawn"?
  12. MuffinStuffer

    Value Restriction #0 "mymoneyval"

    Chris, my files match those, I have updated all the BE files from your most recent release. I still am getting #0. Can I maybe send you some files or something?
  13. MuffinStuffer

    Value Restriction #0 "mymoneyval"

    Im assuming its the BE filters anyway. Thank you for your help
  14. MuffinStuffer

    Value Restriction #0 "mymoneyval"

    I have the exact same setVariable.txt So I just have to update my BE filters. Ok, thank you.
  15. MuffinStuffer

    Value Restriction #0 "mymoneyval"

    I really did not know which section to post this in and this one is prob not correct but I notice some people get kicked after selling a vehicle for that error and cannot get back in. My server provider actually doesn't know what to do. Im asuming I have to add something into the setVariable.txt but dont know what. Thank you for your help in advance