Error:Function for Raven's RP -
David5290 - 26.01.2011
[22:52:57] AmxLoad
[22:52:57] Checking natives...
[22:52:57] Error: Function "Streamer_RegisterInterface" is not found
[22:52:57] Error: Function "Streamer_AddPlayer" is not found
[22:52:57] Error: Function "Streamer_RemovePlayer" is not found
[22:52:57] Error: Function "Streamer_VerifyPickup" is not found
[22:52:57] Error: Function "Streamer_VerifyCheckpoint" is not found
[22:52:57] Error: Function "MoveDynamicObject" is not found
[22:52:57] Error: Function "DestroyDynamicObject" is not found
[22:52:57] Error: Function "CreateDynamicObject" is not found
[22:52:57] Error: Function "TogglePlayerDynamicCP" is not found
[22:52:57] Error: Function "CountDynamicObjects" is not found
[22:52:57] Error: Function "CreateDynamicPickup" is not found
[22:52:57] Error: Function "CountDynamicPickups" is not found
[22:52:57] Error: Function "CreateDynamicCP" is not found
[22:52:57] Error: Function "DestroyDynamicPickup" is not found
[22:52:57] Error: Function "Streamer_UpdateEx" is not found
[22:52:57] Missing 15 functions in total.
[22:52:57] [SCRIPT]: Loaded Cars
[22:52:57] [ERROR]: motd.ini wasn't found in scriptfiles/LARP, Creating it NOW
Any ideas?
Re: Error:Function for Raven's RP -
Gabe - 26.01.2011
Yes, you seem to not have the right streamer plugin running...
https://sampforum.blast.hk/showthread.php?tid=102865
Re: Error:Function for Raven's RP -
David5290 - 26.01.2011
Eh, same error.
Re: Error:Function for Raven's RP -
David5290 - 26.01.2011
Downloaded all the .incs and plugins for this and still same thing.
Re: Error:Function for Raven's RP -
David5290 - 26.01.2011
plugins irc streamer nativechecker
And I believe I have all of the .incs needed
#include <a_samp>
#include <core>
#include <float>
#include <time>
#include <file>
#include <utils>
#include <morphinc>
#include <a_npc>
#include <streamer>
#include <Dini>
#include <dutils>
Also, technically my server freezes, when I open it sometimes it'd log right on other times it'd say Server didn't respond..retrying, in order for it to work again, I have to keep running the samp-server.exe application in order for it to not freeze so I can log on and play..any solutions?
Keep forgetting to edit, sorry for double posts.
Re: Error:Function for Raven's RP -
David5290 - 26.01.2011
Bump.
Really need help. >.<
Re: Error:Function for Raven's RP - XFlawless - 26.01.2011
Re-download raven and start it !
Re: Error:Function for Raven's RP -
Grim_ - 26.01.2011
You have not installed the plugin correctly! Make sure to place the necessary include files inside your 'pawno>includes' folder and your plugin files inside your 'plugins' folder, all in your server root. If you do not have a plugins folder, create it yourself. Finally, you will need to add the streamer to your plugin line in your server.cfg. Once again, if it doesn't exist, add it yourself.
There may also be extra requirements for the scrip itself. Please re-visit the Raven's Roleplay thread and thoroughly read the Installation section (assuming there is one).