Skip to content

Commit ebe1df6

Browse files
Moved sampobj into [samp] folder
1 parent dfcafe4 commit ebe1df6

38 files changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@
2626
### How to install
2727

2828
* Get the latest stable release: [here](https://github.com/Fernando-A-Rocha/MTA-SAMP-OBJ/releases/latest)
29-
* Create a `[samp]` folder in your server's resources, and place the downloaded `sampobj` resource folder inside
29+
* Place the `[samp]` folder in your server's resources
3030

3131
### How to use
3232

33-
* Place map files in [sampobj/maps](sampobj/maps) and models in [sampobj/models](sampobj/models)
33+
* Place map files in [sampobj/maps](%5Bsamp%5D/sampobj/maps) and models in [sampobj/models](%5Bsamp%5D/sampobj/models)
3434
* List map files (**name.pwn**) in meta.xml under `<!-- samp maps -->`
3535
* And custom models (**dff + txd + col**) in meta.xml under `<!-- samp models -->`
36-
* Define **maps to load** in [maps/_maplist.lua](sampobj/maps/_maplist.lua)
37-
* Configure how you want to see debug messages in [scripts/_debug.lua](sampobj/scripts/_debug.lua)
36+
* Define **maps to load** in [maps/_maplist.lua](%5Bsamp%5D/sampobj/maps/_maplist.lua)
37+
* Configure how you want to see debug messages in [scripts/_debug.lua](%5Bsamp%5D/sampobj/scripts/_debug.lua)
3838
* Launch your server and `start sampobj` to initiate the resource
3939

4040
### What if my custom model only has dff + txd, how do I get the col?
4141

42-
* Check this tutorial [here](sampobj/models/_TUTORIAL.md)
42+
* Check this tutorial [here](%5Bsamp%5D/sampobj/models/_TUTORIAL.md)
4343

4444
### Commands
4545

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)