03.10.2011, 18:26
Pretty easy; you click on this link, then you go on 'Download file', then you wait for it to be downloaded.
After the download finished, you unzip the .rar archive and you choose which plugin file to use - .so for linux, .dll for windows.
You paste the include in /pawno/includes/ folder, then you do
in your gamemode / filterscript, you paste either the .so or .dll file in /plugins/ folder, then you open server.cfg and load the plugins; if you are using linux, then you should load the plugin by typing streamer.so, if you're using windows, just input the file name - streamer.
After the download finished, you unzip the .rar archive and you choose which plugin file to use - .so for linux, .dll for windows.
You paste the include in /pawno/includes/ folder, then you do
pawn Code:
#include <streamer>

