Search results

  1. T

    [Tutorial, Epoch] Creating A New Trader

    Changed the instance to 16 - Same issue after rebooting and testing (Maybe I need to delete that whole row and re-create it?) "server_trader" was a typo; it does read as "server_traders" I get the scroll option to view trader, it then goes into the menu where your would normally have a list to...
  2. T

    [Tutorial, Epoch] Creating A New Trader

    Removed -------------------------- //Salvation Cycles menu_US_Delta_Force_M14_EP1 = [ ["Bicycles",693], [], "neutral" ]; Added ----------------------------- //Salvation Cycles US_Delta_Force_M14_EP1 = [ ["Bicycles",693], [], "neutral" ]; Logs back into the server correctly, I can...
  3. T

    [Tutorial, Epoch] Creating A New Trader

    Thanks for the quick message. You were 100% correct on the initial error; I was copying/pasting to fast and used the wrong skin: RPT log is still fairly similar; This happened when I add the new trader to my server_Traders.sqf and pack/pushed the new PBO. Working with an Epoch Panthera map on...
  4. T

    [Tutorial, Epoch] Creating A New Trader

    Looking to get some help here.... Getting an error after I complete your above steps: RPT reads: 23:18:45 Error in expression <menu_US_Delta_Force_M14_EP1;> 23:18:45 Error position: <menu_US_Delta_Force_M14_EP1;> 23:18:45 Error Undefined variable in expression: menu_us_delta_force_m14_ep1...
  5. T

    Deployable bike, scroll wheel issue

    Better pack.sqf (by ATD) pack.sqf if(false)then{// player is in combat and cant pack his bike cutText [format["You are in combat and cannot re-pack your bike."],"PLAIN DOWN"];}else{if(typeOf cursorTarget =="Old_bike_TK_INS_EP1"|| typeOf cursorTarget =="Old_bike_TK_CIV_EP1")then{// player is...
  6. T

    Deployable bike, scroll wheel issue

    Link DangerRuss is speaking of.... (thanks) http://epochmod.com/forum/index.php?/topic/7848-release-deploy-bike-extendet/ Got it working by cutting some code from there. Player will need to have the toolbox, one scrap and one tire. Re-pack was unchanged. If player does not have the parts, they...
  7. T

    Deployable bike, scroll wheel issue

    This script works well on my Epoch Panthera server. Need help forcing the player to have one scrap and one tire in their inventory. I've added player removeMagazine "PartGeneric"; player removeMagazine "PartWheel"; into the deploy.sqf but it does not force the player to require the parts...
Back
Top