[Whirpool]i need some explaination. - 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: [Whirpool]i need some explaination. (
/showthread.php?tid=387789)
[Whirpool]i need some explaination. -
zionx08 - 26.10.2012
after i install whirpool plugin i get one error.
Код:
Error: Function not registered: 'WP_Hash'
[18:10:34] Script[gamemodes/Utopianz.amx]: Run time error 19: "File or function is not found"
can anyone tell me how to fix this?
i updated all my plugins(streamer,sscanf,mysql).i already download whirpool plugins but dont know how to install that(the new updated whirpool)it contains a folder name "Whirpool".the question is i need to open the "whirpool" folder and copy all the contains into my server's plugin or just copy the folder name "Whirpool" into plugins?but when i compile my pwn file it shows nothing error but when i open my server.exe it shows(warnings in code).
Please help me on this thing.
Re: [Whirpool]i need some explaination. -
Finn - 26.10.2012
After you have downloaded the plugin, you put the
Whirlpool.dll file in the
plugins folder and add this line on top of your script:
pawn Код:
native WP_Hash(buffer[], len, const str[]);
Re: [Whirpool]i need some explaination. -
zionx08 - 27.10.2012
so i must ingnore the other files the file?only take the .dll file and copy to my server plugins.how about the other files like SDK and some other file?
Re: [Whirpool]i need some explaination. -
JaKe Elite - 27.10.2012
SDK use it if you want to compile the source of the plugin.
And you must also include .so when putting it in the folder.
Ignore the SDK if you will not compile the plugin.