mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
fix v0.5.2
This commit is contained in:
parent
849f49b552
commit
92f7278d44
31
CHANGELOG.md
31
CHANGELOG.md
@ -1,15 +1,32 @@
|
||||
#<img src="logo.png" alt="ExAd" width="200" />
|
||||
|
||||
## Changelog:
|
||||
### 160426 14:04 . v0.5.14
|
||||
### 160426 14:04 . v0.5.2
|
||||
#### Fixed
|
||||
* BattlEye filters been updated
|
||||
* VG App return to sideApp on unLoad
|
||||
* VG App clear lists before onLoad and content being loaded.
|
||||
* AdvHint trying to show EXO Logo
|
||||
* Description.ext was wrongly configured (Core)
|
||||
|
||||
#### Added
|
||||
* ExAd Logo.png
|
||||
|
||||
#### Deleted
|
||||
* EXO Logo.png
|
||||
|
||||
### 160426 14:04 . v0.5.1
|
||||
#### Fixed
|
||||
* BattlEye filters been updated (All)
|
||||
* VG App return to sideApp on unLoad (VirtualGarage)
|
||||
* VG App clear lists before onLoad and content being loaded. (VirtualGarage)
|
||||
* AdvHint trying to show EXO Logo (VirtualGarage)
|
||||
|
||||
#### Added
|
||||
* ExAd Logo.png (Core)
|
||||
|
||||
#### Deleted
|
||||
* EXO Logo.png (Core)
|
||||
|
||||
### 160426 . v0.5.0
|
||||
#### Fixed
|
||||
|
||||
#### Added
|
||||
* Changelog introduced (All)
|
||||
* Repo public (All)
|
||||
|
||||
#### Deleted
|
||||
|
@ -1,7 +1,16 @@
|
||||
#Core
|
||||
## Changelog:
|
||||
|
||||
### 160429 14:04 . v0.5.14
|
||||
### 160430 09:20 . v0.5.2
|
||||
|
||||
#### Fixed
|
||||
* Description.ext was wrongly configured
|
||||
|
||||
#### Added
|
||||
|
||||
#### Deleted
|
||||
|
||||
### 160429 14:04 . v0.5.1
|
||||
|
||||
#### Fixed
|
||||
* AdvHint trying to show EXO Logo
|
||||
|
@ -1,5 +1,12 @@
|
||||
#Core
|
||||
## Instructions:
|
||||
### 160430 09:20 . v0.5.1
|
||||
#### Update
|
||||
* Description.ext was wrongly configured fixed ("CfgRemoteExec" >> "Functions")
|
||||
```js
|
||||
class ExAdServer_fnc_clientRequest { allowedTargets=2; };
|
||||
```
|
||||
|
||||
### 160429 14:04 . v0.5.1
|
||||
#### Update
|
||||
* Add "ExAdClient\Core\Img"
|
||||
|
@ -1,7 +1,7 @@
|
||||
#VirtualGarage
|
||||
## Changelog:
|
||||
|
||||
### 160429 14:04 . v0.5.14
|
||||
### 160429 14:04 . v0.5.1
|
||||
#### Fixed
|
||||
* BattlEye filters been updated
|
||||
* VG App return to sideApp on unLoad
|
||||
|
@ -28,7 +28,7 @@ class CfgRemoteExec
|
||||
jip = 0;
|
||||
|
||||
class ExileServer_system_network_dispatchIncomingMessage { allowedTargets=2; };
|
||||
class ExAd_fnc_clientRequest { allowedTargets=2; };
|
||||
class ExAdServer_fnc_clientRequest { allowedTargets=2; };
|
||||
};
|
||||
class Commands
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user