You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ Fixes the infamous SA-MP internet tab bug.
4
4
5
5
6
6
## Installation:
7
-
* Download the latest package from the [releases page](https://github.com/spmn/sa-mp_masterlist_fix/releases);
8
-
*Unpack it into SA-MP directory where `samp.exe` is located;
9
-
* Run `masterlist_fix.exe`
7
+
* Download the latest `version.dll` from the [releases page](https://github.com/spmn/sa-mp_masterlist_fix/releases);
8
+
*Copy `version.dll` to SA-MP directory where `samp.exe` is located;
9
+
* Run `samp.exe`
10
10
11
11
12
12
## How does it work?
@@ -23,9 +23,6 @@ Most probably your server is not registered on the [SACNR Monitor](http://monito
23
23
You can register your server by following these [steps](http://monitor.sacnr.com/api.html). In the next hours the server should appear on internet tab.
24
24
25
25
26
-
## How can I contribute?
27
-
An **auto injector** would make this project more user-friendly because (at this moment) the DLL is injected into SA-MP process by a helper executable `masterlist_fix.exe` which means that the user has to open THAT executable instead of the original executable `samp.exe`.
28
-
29
-
30
26
## Contributors:
27
+
[MyU](https://github.com/myudev) - wrote the code for the auto injector used in v1.1.0 and subsequent releases
31
28
[nickdodd25](https://github.com/nickdodd25) - hosted the masterlist for v1.0.1 release
0 commit comments