fix v0.5.2

This commit is contained in:
Bjanski 2016-04-30 09:35:44 +02:00
parent 849f49b552
commit 92f7278d44
5 changed files with 43 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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
{