• 0
Sign in to follow this  
ImParris

TRADERS

Question

3 answers to this question

  • 0
1 hour ago, ImParris said:

This is my local player sqf

https://pastebin.com/ktn8pPZZ

All of the traders with the correct coordinates are in there, im assuming its a formatting issue on my end. If anyone could help it would be much appreciated. But the traders are not showing up in game

one of my traders just looks like this:

Quote

_trader =
[
    "Exile_Trader_Armory",
    "Exile_Trader_Armory",
    "WhiteHead_17",
    ["HubStanding_idle1", "HubStanding_idle2", "HubStanding_idle3"],
    [2347.8,11273.1,0.000732422],
    200.003 //done
]
call ExileClient_object_trader_create;

or taking out white space:

Quote

_trader = ["Exile_Trader_Armory","Exile_Trader_Armory","WhiteHead_17",["HubStanding_idle1", "HubStanding_idle2", "HubStanding_idle3"],[9947.8,11273,0],200] call ExileClient_object_trader_create;

I don't use any of the rest of your script so your first line would change from this

Quote

["Exile_Trader_Hardware",[11470.7,11342.8,0.00134277],305.329,"Exile_Trader_Hardware","WhiteHead_08"],

to this

Quote

_trader = ["Exile_Trader_Hardware","Exile_Trader_Hardware","WhiteHead_08",["HubStanding_idle1", "HubStanding_idle2", "HubStanding_idle3"],[11470.7,11342.8,0.00134277],305.329] call ExileClient_object_trader_create;

it should take 20 minutes in notepad++ to adjust it

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.