Problem with Streamers -
tbedy - 31.03.2011
why i have problems with all streamers??
when i install all files for MYSQL it write me:
Quote:
C:\Documents and Settings\Toni Bedy\Desktop\lecevica!!\filterscripts\TDBS.pwn(42) : fatal error 100: cannot read from file: "mysql"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
when i install sscanf2 write me error:
Quote:
C:\Documents and Settings\Toni Bedy\Desktop\lecevica!!\filterscripts\TDBS.pwn(42) : fatal error 100: cannot read from file: "sscanf"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
when i install GeoIP write me:
Quote:
C:\Documents and Settings\Toni Bedy\Desktop\lecevica!!\filterscripts\TDBS.pwn(42) : fatal error 100: cannot read from file: "geoip"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
but in all these errors, i put streamer files in include and folder plugins, and in script i write #include ... but again errors...
whyyyyyyyyy ?
Re: Problem with Streamers -
Stigg - 31.03.2011
Make sure your plugins are in the correct folders.
Re: Problem with Streamers -
tbedy - 31.03.2011
my plugins are in folder "plugins"
...
must be correct
now i download
https://sampforum.blast.hk/showthread.php?tid=229883 this, and to all people working, but i have these error...
i download this, and nothing change, only extract to my folder, and again error...
can this be because i dont have .net framework, or something with my computer?
Re: Problem with Streamers -
[ProX]BlueFire - 31.03.2011
mybe u dont have thos files..
OR!!
u have more then 1 server so u should delete some server or do this:
1)goto ur pawno and open him
2)open new script and clean him
3)copy paste(the script)
4)save it...
5)done
Re: Problem with Streamers -
Stigg - 31.03.2011
Have you added the plugins to the server cfg file ?
Re: Problem with Streamers -
tbedy - 31.03.2011
nothing, again same error...
omg, i cant believe..
i want to download Vortex GameMode, and when i download it, i nothing change, and eror: GeoIP fail
Re: Problem with Streamers -
tbedy - 31.03.2011
Quote:
echo Executing Server Config...
lanmode 0
rcon_password changeme
maxplayers 32
port 7777
hostname SA-MP 0.3 Server
gamemode0 grandlarc 1
filterscripts tdbs
plugins sscanf streamer
announce 0
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
|
that's my server.cfg ..
Re: Problem with Streamers -
spedico - 31.03.2011
This doesn't affect compiling, but I think that you need to use it like this:
plugins sscanf.dll streamer.dll (or .so if you're using linux)
instead of
plugins sscanf streamer
Re: Problem with Streamers -
tbedy - 31.03.2011
i try it, and like always: NOTHING!!
Re: Problem with Streamers -
[MWR]Blood - 31.03.2011
Quote:
Originally Posted by Stigg
Have you added the plugins to the server cfg file ?
|
It has nothing to do with his plugins, assure that you have the includes in
/pawno/includes/
If you do, follow this tutorial:
https://sampforum.blast.hk/showthread.php?tid=183776