Jump to content

Bobjobob24

Member
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Bobjobob24

  1. It was more than a few minutes, but I figured out all my problems. It was a simple fix really. In my init.sqf I was executing them after (but not in) 

    if(isServer)then {
    

    and also after

    if(hasInterface) then{
    

    I have it like this as the first lines of my init.sqf and everything works fine!  :)

    //HS-Trader
    [] execVM "trader\init.sqf";
    [] execVM "trader\resetvehicleammo.sqf";
    [] execVM "trader\HALV_takegive_crypto_init.sqf"; 
    //End HS-Trader
    
    //Halv-Messages
    [] execVM "addons\messages\init.sqf";
    //End Halv-Messages
    
    //Halv-Spawn
    [] execVM "addons\halv_spawn\init.sqf";
    //End Halv-Spawn
    
  2. sounds to me like you messed up something, but who knows when you dont provide any info on what you did or what kind of errors you have.

     

     

    love how you are assuming its the script that has a problem ... cause obviusly its never the end user that messed up something when installing ... lol

    I wasn't assuming it was the script. I said "I don't think it was me." Not "It's the script and it is broken." Chances are it was me, but I didn't think it was. Don't get so defensive, man. I love your work and all, but that's kinda annoying. I just added it again, along with your messages & spawn selection. I'll get back to you in a few minutes with more info. Like I said I tried this yesterday, and that mission file is already long gone. Once again, I'll post back again in a few minutes.

  3. So... I added this yesterday and when players purchase the vehicle everything works fine. But when I sell the vehicle to a normal trader it makes the crypto I have on me go negative. I believe I bought a 5000 crypto armed offroad and then sold it to a normal trader and ended up with -2400 (or so) crypto. I don't think it was me as I don't think a minor installation error would affect the prices like so. Anyone else have this problem?

×
×
  • Create New...