-
Posts
160 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Events
Articles
Everything posted by Hyper4u.'<3
-
Well yes there is a way, but no one here is gonna do it for you. But in theory you could just get the position and direction of the original wall, then once the bomb explodes delete the original wall and create a new broken wall with the same position and direction as the original one.
-
If you dislike the way the script is made feel free to make your own tutorial.
-
Version: Only tested with 5.0 Difficulty: Easy Note: This will not replace already existing vehicles number plates with new ones. Open fn_vehicleShopBuy.sqf and add this code under _vehicle disableTIEquipment true; //No Thermals.. They're cheap but addictive. _select1 = selectRandom ["A","B","C","D","E","F","G","H","J","K","L","M","N","O","P","R","S","T","U","W","X","Y","Z"]; _select2 = selectRandom ["A","B","C","D","E","F","G","H","J","K","L","M","N","O","P","R","S","T","U","W","X","Y","Z"]; _select3 = selectRandom ["A","B","C","D","E","F","G","H","J","K","L","M","N","O","P","R","S","T","U","W","X","Y","Z"]; _select4 = selectRandom ["1","2","3","4","5","6","7","8","9","0"]; _select5 = selectRandom ["1","2","3","4","5","6","7","8","9","0"]; _select6 = selectRandom ["1","2","3","4","5","6","7","8","9","0"]; private _plate = format["%1%2%3 %4%5%6",_select1,_select2,_select3,_select4,_select5,_select6]; _vehicle setPlateNumber _plate; and in the same file scroll down further til you find if (_mode) then { then add _plate after _colorIndex in the arrays remember to separate with a comma. Go to fn_vehicleCreate.sqf in life_server and comment out _plate = round(random(1000000)); in the same file add _plate = [_this,4,"",[""]] call BIS_fnc_param; Go to fn_insertVehicle.sqf in life_server and replace ["_plate",-1,[0]] with "_plate" and in the same file find || _plate isEqualTo -1) exitWith {}; and change it to || _plate isEqualTo "") exitWith {}; Go to fn_spawnVehicle.sqf in life_server and find private _wasIllegal = _vInfo select 13; and add private _plateNumber = _vInfo select 7; directly under. in the same file go to //Reskin the vehicle and add _vehicle setPlateNumber _plateNumber; directly under. Now go back to the mission file and go to fn_impoundMenu.sqf and find _tmp = [(_x select 2),(_x select 8)]; and add (_x select 7) to the array and remember to separate with a comma. Now go to fn_garageLBChange.sqf and find " +(localize "STR_Shop_Veh_UI_Color")+ " %8<br/> and add " +("License Plate:")+ " %9<br/> directly under. in the same file find _vehicleColor add a comma after _vehicleColor and then add _numberPlate directly under. now again in the same file find _classNameLife = className; and add _numberPlate = (_dataArr select 2); under. and make sure to add "_numberPlate" to the private array and REMEMBER to separate by a comma. Last but not least run this code in your database: ALTER TABLE vehicles MODIFY plate varchar(7) NOT NULL
-
Try adding ctulevel after playtime instead. case west: {format ["SELECT pid, name, cash, bankacc, adminlevel, donorlevel, cop_licenses, coplevel, cop_gear, blacklist, cop_stats, playtime, ctulevel FROM players WHERE pid='%1'",_uid];};
-
Looks good.
-
Then you have done something wrong.
- 172 replies
-
[Tutorial] Altis Life 5.0 | Insert Opfor Fraction | by Kuchenplatte
Hyper4u.'<3 replied to Kuchenplatte's topic in 4.x
Clearly says the problem right there -
instead of asking, Try it!
-
Clearly says what the problem is?
-
[Tutorial] Invisible Backpack for cop/med 4.4r3 [BASIC]
Hyper4u.'<3 replied to MoNtEcRiStO©'s topic in 4.x
Do it this way instead, Go to fn_playerSkins.sqf and add this under case west & case independent if you want it for cops and medics. just change this "B_Carryall_cbr" to whatever backpack you want to be invisible. -
https://community.bistudio.com/wiki/playSound
-
then its wrong in the execVM code
-
"not found" means that it doesn't find the script? Which means that you haven't placed the script inside core/intro
-
It literally says "not found"? Thats the problem? and if you don't know how to fix it you probably shouldn't have a server.
-
Ye it says whats wrong?
-
Here is a working drag dead body script if someone needs it. http://www.armaholic.com/page.php?id=26578
-
i would recommend you to not buy from anyone because you will probably get scammed.
-
[Maverick Apps] Weapon Store
Hyper4u.'<3 replied to [CoP] PCSO. Wilson's question in Server Setup and Configuration
Join Mavericks discord they will help you. -
I understand you but if people are so retarded that they think he posted SOUND files that isn't sound they probably are at the wrong site? Like wtf
-
I just have to say its really weird that there is alot of people accusing you of multiple things and you are denying everything? Why WOULD they make up stories about this without you doing anything to them? It makes no sense what so ever.
-
what?