-
Content count
121 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
37 GoodAbout Pato
-
Rank
Capo
Recent Profile Visitors
1272 profile views
-
That Cant be a full rpt log
-
please use this to paste your rpt, I am not downloading your zip files to check you logs, and please use .sql syntax highlighting
-
Please supply a pastebin of your rpt
-
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.
-
rpt errors?
-
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
-
It should be fine from the quick read I did of it, just be aware that its a .sqf
-
No problem hopefully this helps you..... dont forget to define the x
-
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
-
is it throwing up any errors in your rpt log, because looking through you havent defined the x in _score - x;
-
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
-
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
-
Try this one out buddy I have taken all the respect calls out for you http://pastebin.com/dmNgXpBZ
-
Pato started following 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
-
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