electronicsloha.blogg.se

Setup exad statsbar
Setup exad statsbar








  1. #Setup exad statsbar update#
  2. #Setup exad statsbar code#
  3. #Setup exad statsbar plus#

Flips a vehicle so the player doesnt have to call an adminĬondition = "call ExileClient_object_vehicle_interaction_show" Īction = "_this call ExileClient_object_vehicle_flip" Īction = "_this call ExileClient_object_vehicle_refuel" Requires DuckttapeĪction = " call ExileClient_action_execute" If you have mod's in this setion just copy the //exad sections as you'll know what your doingĬondition = "('Exile_Item_ThermalScannerPro' in (magazines player)) & !ExilePlayerInSafezone & ((locked ExileClientInteractionObject) != 1)" Īction = "_this call ExileClient_object_lock_scan" Ĭondition = "((locked ExileClientInteractionObject) isEqualTo 0) & ((locked ExileClientInteractionObject) != 1)" Īction = "true spawn ExileClient_object_lock_toggle" Ĭondition = "((locked ExileClientInteractionObject) isEqualTo 2) & ((locked ExileClientInteractionObject) != 1)" Īction = "false spawn ExileClient_object_lock_toggle"

#Setup exad statsbar code#

Next still in config.cpp to save you time and you don't have any other mod's installed in this section of code.įind class CfgInteractionMenus and copy the code below to just above class Player Look at our bootstrap/fn_preInit.sqf function.ĮxileClient_util_fusRoDah = "myaddon\myfunction.sqf" ĮxileServer_system_territory_database_load = "ExAdClient\VirtualGarage\CustomCode\ExileServer_system_territory_database_load.sqf" ĮxileClient_gui_xm8_slide = "ExAdClient\XM8\CustomCode\ExileClient_gui_xm8_slide.sqf" ĮxileClient_gui_xm8_show = "ExAdClient\XM8\CustomCode\ExileClient_gui_xm8_show.sqf"

#Setup exad statsbar plus#

To do that, add the function name you want to overwrite plus the You can overwrite every single file of our code without touching it. Next in the same file config.cpp find class CfgExileCustomCode and add the code in below OnLoad = "ExAdClient\XM8\Apps\SB_Settings\onLoad.sqf" Logo = "ExadClient\XM8\Apps\SB_Settings\Icon_SB.paa" QuickFunction = " call ExAd_XM8_DV_fnc_spawnVehicle" ĬontrolID = 50400 //IDC:50400 -> 50475 || These need to be unique and out of range from each other VehicleClass = "Exile_Bike_MountainBike" OnClose = "ExAdClient\XM8\Apps\Journal\onClose.sqf" Ĭonfig = "ExadClient\XM8\Apps\DeployVehicle\config.sqf" OnOpen = "ExAdClient\XM8\Apps\Journal\onOpen.sqf" OnLoad = "ExAdClient\XM8\Apps\Journal\onLoad.sqf" Logo = "ExadClient\XM8\Apps\Journal\Icon_Journal.paa" OnClose = "ExAdClient\XM8\Apps\CHVD\onClose.sqf" ĬontrolID = 50300 //IDC:50300 -> 50305 || These need to be unique and out of range from each otherĬonfig = "ExadClient\XM8\Apps\Journal\config.sqf" OnOpen = "ExAdClient\XM8\Apps\CHVD\onOpen.sqf" OnLoad = "ExAdClient\XM8\Apps\CHVD\onLoad.sqf" Logo = "ExadClient\XM8\Apps\CHVD\Icon_CHVD.paa"

setup exad statsbar

OnClose = "ExAdClient\XM8\Apps\Info\onClose.sqf" ĬontrolID = 50200 //IDC:50200 -> 50102 || These need to be unique and out of range from each otherĬonfig = "ExadClient\XM8\Apps\CHVD\config.sqf" OnOpen = "ExAdClient\XM8\Apps\Info\onOpen.sqf" OnLoad = "ExAdClient\XM8\Apps\Info\onLoad.sqf" Logo = "ExadClient\XM8\Apps\Info\Icon_SI.paa" OnClose = "ExAdClient\XM8\Apps\VG\onClose.sqf" ĬontrolID = 50100 //IDC:50100 -> 50102 || These need to be unique and out of range from each other OnOpen = "ExAdClient\XM8\Apps\VG\onOpen.sqf" OnLoad = "ExAdClient\XM8\Apps\VG\onLoad.sqf" Logo = "ExadClient\XM8\Apps\VG\Icon_VG.paa" SQL1_1 = SELECT CASE WHEN EXISTS(SELECT account_uid FROM player WHERE account_uid = ? AND damage 50015 || These need to be unique and out of range from each other SQL1_1 = SELECT locker FROM account WHERE uid = ?

#Setup exad statsbar update#

SQL1_1 = UPDATE account SET locker = ? WHERE uid = ? SQL1_1 = UPDATE account SET score = score + ? WHERE uid = ? SQL1_1 = UPDATE account SET score = ? WHERE uid = ? SQL1_1 = SELECT score FROM account WHERE uid = ? SQL1_1 = UPDATE account SET deaths = deaths + 1 WHERE uid = ?

setup exad statsbar setup exad statsbar

SQL1_1 = UPDATE account SET kills = kills + 1 WHERE uid = ? SQL1_1 = SELECT score, kills, deaths, clan_id, locker FROM account WHERE uid = ? SQL1_1 = UPDATE account SET last_disconnect_at = NOW() WHERE uid = ? SQL1_1 = UPDATE account SET name = ?, last_connect_at = NOW(), total_connections = total_connections + 1 WHERE uid = ? SQL1_1 = INSERT INTO account SET uid = ?, name = ? SQL1_1 = SELECT CASE WHEN EXISTS(SELECT uid FROM account WHERE uid = ?) THEN 'true' ELSE 'false' END Pbo all 5 addons in and add them to your and paste over all of the exile.ini below to your Remove infistar if you dont have it.










Setup exad statsbar