From dae8337c901f492c97a96736f84427b7b273cd42 Mon Sep 17 00:00:00 2001 From: FYP Date: Tue, 25 Aug 2020 13:38:06 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec535c7..b1d6914 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ SAMP.Lua is a lua library for MoonLoader that adds some features to make SA:MP m Currently this library is work in progress. At this moment the only implemented module is SAMP.Events. +## Installation +Copy the entire folder `samp` into the `moonloader/lib/` directory. + ## SAMP.Events Gives ability to handle SA:MP incoming and outcoming low-level network packets by very easy way. @@ -43,9 +46,6 @@ end ``` The same way you can add your own types for more complex packet structures. See source code for more information and examples. -## Installation -Copy the entire folder `samp` into the `moonloader/lib/` directory. - ## Links MoonLoader: http://blast.hk/moonloader/ Official thread at BlastHack: http://blast.hk/threads/14624/