Jump to content

sjd6795

Member
  • Posts

    107
  • Joined

  • Last visited

Reputation Activity

  1. Like
    sjd6795 reacted to JasonTM in Error in carge_trucks?   
    That array
    cargo_trucks   is in WAI here:
    https://github.com/worldwidesorrow/WICKED-AI/blob/master/WAI/config.sqf#L189
    If you don't have WAI installed, then it is undefined as Helion4 suggested. Instead you can just declare your variable using one of the cargo truck classnames like this:
    _vehclass = "MTVR_DES_EP1"; That will solve your problem.
  2. Like
    sjd6795 reacted to Sandbird in ...Something's Cooking!   
  3. Like
    sjd6795 reacted to Mig in ZSC trader menus   
    If you want you can send me your mission folder in mp I will try to find the error.
  4. Like
    sjd6795 got a reaction from Glenn in PBO Troubles, need help   
    For most errors in the rpt you can hit Control F to pull up a search box and type in the given script name and it should lead you to it. But another friendly tip which everyone will agree to here is if you're just starting to learn these things don't try to add to many scripts at once, add one script then test the server then if you add another one and something breaks you know exactly what the problem is.
     
    EDIT: I'm currently not doing anything so if you'd like to add me on skype which you can PM me for I can get all of these scripts added for you in a few moments but I'd rather have you try a few times yourself first. I made the mistake of having someone load my server up when I first got into it then I had to redo the whole thing and learn the ropes myself when it messed up.
     
     
    EDIT2: And as far as making your server daytime only this will be done in the hiveext.ini you'd be looking for this
     
    [Time] ;Possible values: Local, Custom, Static Type = Static //set this to static make sure you uncomment it by removing the ; if it isnt already ;If using Custom type, offset from UTC in hours (can be negative as well) Offset = -12 ;If using Static type (Hour value always the same on every server start), the value (0-24) to set the Hour to Hour = 18 //set this to around 10-15 for a good daytime it may vary depending on where you are located but you can play around with it.
×
×
  • Create New...