Pato

Donator
  • Content count

    121
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

37 Good

1 Follower

About Pato

  • Rank
    Capo

Recent Profile Visitors

1272 profile views
  1. Pato

    Respect based loadouts & UID loadouts.

    That Cant be a full rpt log
  2. Pato

    Respect based loadouts & UID loadouts.

    please use this to paste your rpt, I am not downloading your zip files to check you logs, and please use .sql syntax highlighting
  3. Pato

    Respect based loadouts & UID loadouts.

    Please supply a pastebin of your rpt
  4. Pato

    Respect based loadouts & UID loadouts.

    line 130 tells you where the error is in the script, PlayerUID needs to be like this ("inerstplayerUIDLikeThis") it has to be between these "" and if you are adding more than one it needs to be like this ("", "") that should get you back up and running, any other issues please let me know and please try to supply any rpt errors you may have.
  5. Pato

    Respect based loadouts & UID loadouts.

    I personally don't use the overide folder within the mission file, cause I tend to keep alot of the scripts I make to myself until someone else figures it out, you would have to have a look at previous pages in this thread as steps are mentioned in here somewhere, but If you keen to try my way make sure you take a full back up of all your server files prior to doing dumping the new stuff in your server files
  6. Pato

    Respect based loadouts & UID loadouts.

    It should be fine from the quick read I did of it, just be aware that its a .sqf
  7. Pato

    Respect based loadouts & UID loadouts.

    No problem hopefully this helps you..... dont forget to define the x
  8. Pato

    Respect based loadouts & UID loadouts.

    define x at the end of each if statment for the respect based loadouts then test and see if it works. if all else fails take a full back up of your server and take it out of your custom code in the mission file and move it into the server side and test..... TAKE A FULL BACK UP BEFORE DOING ABOVE
  9. Pato

    Respect based loadouts & UID loadouts.

    is it throwing up any errors in your rpt log, because looking through you havent defined the x in _score - x;
  10. Pato

    Respect based loadouts & UID loadouts.

    http://pastebin.com/FzhQDZ1g Try this one out buddy, you will have to go through and change the respect amount for the defined sets and change the x in _score - x; to whatever you would like. this should give you the balance I think you mean, allowing for dying to have great consequences on re spawning than default
  11. Pato

    Respect based loadouts & UID loadouts.

    add an exilescore -x on the end of the loop to balance the respect out.... at work atm so cant give you a new one til I go on lunch so gimmie a couple of hours to get one together for you if your willing to test it for me
  12. Pato

    Respect based loadouts & UID loadouts.

    Try this one out buddy I have taken all the respect calls out for you http://pastebin.com/dmNgXpBZ
  13. Pato

    Respect based loadouts & UID loadouts.

    here is a copy without the Respect checks, I haven't had a chance to test this as of yet but feel free to let me know if it works http://pastebin.com/mBKFpsAf
  14. Pato

    Respect based loadouts & UID loadouts.

    line 130 is missing a ( Replace with: if((getPlayerUID _requestingPlayer) in (Player_Uid_Storage) then { try using the force additem command if its still not working BTW This isnt my pastebin