-
Content count
8 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
2 NeutralAbout davidkang1109
-
Rank
Bambi
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
@ka0s Thanks for your info. I did not know it is that simple. lol I will try it tonight. I could find some useful tutorial on youtube. Cheers.
-
This is off the topic but how did you add Zeus, I've been working on this but never get it working..
-
@TheJ3wishTurban It is under arma3config folder. it can be confusing because if you are using GTX there are two battleye folders but under arma3config is one you have to deal with.
-
Battleye Client not respoding (For Foreigner player)
davidkang1109 replied to Aples's topic in BattlEye
I am getting the same problem. I am using GTX(California) and the server is kicking everyone once in a while. THey are mostly from asian countries. -
@IT07 I am admiring your great work and players are having fun with your mission system.However I have a glitch to report you. I thought weapons are not sellable but if you put them in vehicle and if you go to cargo at armory trader, players can sell all the weapons. Also most importantly, when you sell a weapon like Navid with tri-pod, you can sell tri-pod indefinitely! This means players can make a lot of money with this glitch. I do not know if there is a solution already but please let me know.
- 1546 replies
-
- vemf_reloaded
- vemfr
-
(and 4 more)
Tagged with:
-
Good news for those of you who's getting kicks with something similar to below log. _wallet = ExileClientPlayerMoney;_stamina = ExileClientPlayerScore;_serverFPS = round diag_fps;_pos = getPosATL playe" This is what I did. I've added exceptions as below !=" 100);\n_wallet = ExileClientPlayerMoney;\n_stamina = ExileClientPlayerScore;\n_energy = 100;\n_energyPercent = 100;\n_serverFPS = round diag_fps;\n_pos = getPosATL player;" BUT since I got #55 line I added from #54~#56 to make sure.(I am not a professional scripter...) But to make something that matches your setting, you need to edit it little bit. For example, If you are using serverFPS in your status bar you should add n_serverFPS = round diag_fps; DO NOT FORGET TO PUT "n" Things you added can be found from below(it is from actual statusbar.sqf file. _wallet = ExileClientPlayerMoney; _stamina = ExileClientPlayerScore; _energy = 100; _energyPercent = 100; _serverFPS = round diag_fps; _pos = getPosATL player; _dir = round (getDir (vehicle player)); _grid = mapGridPosition player; _xx = (format[_grid]) select [0,3]; _yy = (format[_grid]) select [3,3]; _time = (round(240-(serverTime)/60)); //edit the '240' value (60*4=240) to change the countdown timer if your server restarts are shorter or longer than 4 hour intervals _hours = (floor(_time/60)); _minutes = (_time - (_hours * 60)); This took me a week to figure out and I do not know what exactly fixed my problem yet but the thing is, it is working now.
-
I did script.txt whitelisting but still getting below message in my log file. 15.09.2015 22:39:47: 66SIX66 (68.100.192.110:2304) 819dce13d3f40b1d166749c86ba5c367 - #55 "ect 3); _wallet = ExileClientPlayerMoney; _stamina = ExileClientPlayerScore; _energy = 100; _energyPercent = 100; _serverFPS = r" I really want to use statusbar script and if you know how to deal with this, please let me know. I think I need to add those wallet, stamina, energy to somewhere in script.txt but lack of knowledge and information. Cheers.
-
I was having same problem yesterday. I am using GTX gaming server and after I installed Infistar, it keeps kicking me out even though I changed 7 to 1 on #24~#26 lines. I will let you know once I get the solution.