Little problem with server - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Little problem with server (
/showthread.php?tid=420871)
Little problem with server -
DerViL - 07.03.2013
Hi. Yesterday i downloaded server, it started normally i played on it and tested it...
I added nativecheker and when i start my server it shows me this
Quote:
Error: Function not registered: 'Streamer_CallbackHook'
|
Re: Little problem with server -
RenovanZ - 07.03.2013
Try to update the Streamer Plugin..
Re: Little problem with server -
Scrillex - 07.03.2013
Update your streamer plugin and include THEN re-compile your script.
Re: Little problem with server -
DerViL - 07.03.2013
Thanks.. But now i have this warning..
Quote:
C:\Users\User\Desktop\testserver\Testserver\gamemo des\crp.pwn(6189) : warning 209: function "Streamer_OnPlayerDisconnect" should return a value
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
|
Re: Little problem with server -
Scrillex - 07.03.2013
public OnPlayerDisconnect
{
return 1;
}
At the end of OnPlayerDisconnect just retrun 1;
Re: Little problem with server -
DerViL - 07.03.2013
Big thanks.. Everything is working just fine
Re: Little problem with server -
Scrillex - 07.03.2013
Glad I could help you out