Plugins and compile
#1

Hello Guys! How to add these plugins in this gamemode?
https://sampforum.blast.hk/showthread.php?tid=593831
#include <a_samp>
#include <zcmd>
#include <streamer>
#include <FloodControl>
#include <fuckCleo>
#include <Dini>
#include <Dutils>
#include <lethaldudb2>
#include <SII>
#include <sscanf2>
#include <fixes2>
#include <foreach>
#include <OPSP>

i am trying to compile in pawno but these plugins are missing please help me how to fix it.
Reply
#2

STEP 1
There is something called search, go to ****** and search for all these files.

N.B: If you are using windows operating system, then download the .dll version of the plugin, if you are using linux, then download the .so version of the plugin.

STEP 2
Once you have them, make a folder is your script directory, the folder should be called "plugins", and paste the downloaded plugins into the folder.

STEP 3
In your server directory, there will be a file called "server.cfg", it is a notepad file, open it, and at the bottom of the list write this line:

PHP код:
plugins 
In that line you will add all the plugins that your server needs. For example your server will use sszanf, you will add this to the line.

PHP код:
plugins sscanf 
STEP 4
Save the file and then run your script.


Very Very Important


Some plugins also have includes files for example sscanf has an include file its called "sscanf2", do not put .inc files in the plugin folder. Happily you will only need 2 plugins , sscanf and streamer
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)