help with including file
#1

hello i just downloaded filemanager:
https://sampforum.blast.hk/showthread.php?tid=92246
in this file i am unable to include the include file please help
it has two parts in it
one is include (filemanager.inc) and the other is a plugin (filemanager.dll)
tell me how to use both
Reply
#2

You put "filemanager.inc" in your "pawno/includes" folder and "filemanager.dll" in your "plugins" folder.
Reply
#3

Quote:
Originally Posted by DiGiTaL_AnGeL
Посмотреть сообщение
You put "filemanager.inc" in your "pawno/includes" folder and "filemanager.dll" in your "plugins" folder.
yup that is done and do i need to try to include these things in the script or server.cfg
if yes how?
Reply
#4

In server.cfg type "filemanager" at the "plugins" line
In your gm, include the library:
pawn Код:
#include <filemanager>
And then compile
Reply
#5

Quote:
Originally Posted by DiGiTaL_AnGeL
Посмотреть сообщение
In server.cfg type "filemanager" at the "plugins" line
In your gm, include the library:
pawn Код:
#include <filemanager>
And then compile
it shows up some fatal error on compiling
error:
Код:
D:\san andreas\server\gamemodes\flixter_rp.pwn(6) : fatal error 100: cannot read from file: "filemanager"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#6

You must put "filemanager.inc" in your "pawno/includes" folder but if you have more pawnos in your pc take care to put it in the right folder.
Reply
#7

Quote:
Originally Posted by DiGiTaL_AnGeL
Посмотреть сообщение
You must put "filemanager.inc" in your "pawno/includes" folder but if you have more pawnos in your pc take care to put it in the right folder.
thanks a lot it works now
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)