SA-MP Forums Archive
Help me please - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Help me please (/showthread.php?tid=469620)



Help me please - PrinceOfPersia - 14.10.2013

Guys help me please i dont know how to fix that...




Thank you.

In the picture iam showing the server.cfg and the plugins folder.


Re: Help me please - Superhot - 14.10.2013

Try updating your plugins, and recompile your script.


Re: Help me please - PrinceOfPersia - 14.10.2013

Im beginner,,, i dont know how to do that..


Re: Help me please - Axey187 - 14.10.2013

Add "streamer" Instead of "streamer.dll" It might work .


Re: Help me please - Superhot - 14.10.2013

Quote:
Originally Posted by Axey187
Посмотреть сообщение
Add "streamer" Instead of "streamer.dll" It might work .
It will make no difference adding .dll or not.

OT: I suggest you not starting a server if you don't know how to recompile the script/updating the plugins.
Download the following plugins:
audio plugin: here (click on "here", this goes for all)
streamer plugin: here
sscanf plugin: here
After you've downloaded those plugins, add them into your plugins folder
then go to your script (RGRP.pwn) and press f5.

edit: added all the download links, instead of telling you to ****** it


Re: Help me please - Konstantinos - 14.10.2013

Quote:
Originally Posted by Superhot
Посмотреть сообщение
It will make no difference adding .dll or not.
Of course, it will. It should be:
pawn Код:
plugins streamer audio sscanf



Re: Help me please - iFiras - 14.10.2013

Download nativechecker plugin and put it in your plugins line in server.cfg and it may work
And do this without .dll
Код:
plugins streamer audio sscanf



Re: Help me please - Blademaster680 - 14.10.2013

You need to change the plugins line from:
Код:
streamer.dll audio.dll sscanf.dll
To:
Код:
streamer audio sscanf
You need to remove the .dll because it is looking for the name of the .dll not the file extension.

Hope this helps