SA-MP Forums Archive
Help Me regarding my server - 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 regarding my server (/showthread.php?tid=496107)



Help Me regarding my server - Uday - 20.02.2014

Hi Their Im Using sa-mp.gs Hosting and they using Debian 6/7 of linux and i got a problem when i start My server

Код:
[15:13:00]    Error: Function not registered: 'Streamer_CallbackHook'
[15:13:00]    Error: Function not registered: 'WP_Hash'
[15:13:00] Script[gamemodes/find.amx]: Run time error 19: "File or function is not found"
[15:13:00] Number of vehicle models: 0
What to Do please Help me....


Re: Help Me regarding my server - Washington1 - 20.02.2014

Same problem with me, me i've posted my thread lets see what happens :P, anyways, Good Luck!


Re: Help Me regarding my server - Sgt.TheDarkness - 20.02.2014

To fix your streamer issues, you need to update/install the streamer plugin to your server, and make sure the include is there in your script, secondly, to fix your WP_Hash issues, you need to have Whirlpool as a plugin in your server, and just incase you haven't done this, you need to add the Whirlpool hashing function as a native in your script.

Код:
native WP_Hash(buffer[], len, const str[]);