SA-MP Forums Archive
Need help with y_extra, y_user and y_uvar.. - 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: Need help with y_extra, y_user and y_uvar.. (/showthread.php?tid=418441)



(Diffrent Error)y_uvar.inc error 025: function heading differs from prototype - TrueForYourSelf - 24.02.2013

Look at last page there is more info.. Thank you for help again!


Re: Need help with y_extra, y_user and y_uvar.. - detter - 24.02.2013

Do you have in your 'plugins' folder sscanf.dll ?


Re: Need help with y_extra, y_user and y_uvar.. - Boolean - 24.02.2013

It says install Whirlpool, did you try that already?


Re: Need help with y_extra, y_user and y_uvar.. - TrueForYourSelf - 24.02.2013

Yeah I have sscanf and whirlpool.. The thing is I don't get it why it gives that error.. Everything is there!

+ I tryed to redownload re place everything still same error...


Re: Need help with y_extra, y_user and y_uvar.. - Boolean - 24.02.2013

Quote:
Originally Posted by TrueForYourSelf
Посмотреть сообщение
Yeah I have sscanf and whirlpool.. The thing is I don't get it why it gives that error.. Everything is there!

+ I tryed to redownload re place everything still same error...
Did you include whirlpool on top of the script? I cant find it


Re: Need help with y_extra, y_user and y_uvar.. - TrueForYourSelf - 24.02.2013

You see whirlpool is only plugin I can't #include <whirlpool> if whirlpool.inc doesn't exist..

Only what is whirlpool.dll and sdk files....


Re: Need help with y_extra, y_user and y_uvar.. - Boolean - 24.02.2013

Quote:
Originally Posted by TrueForYourSelf
Посмотреть сообщение
You see whirlpool is only plugin I can't #include <whirlpool> if whirlpool.inc doesn't exist..

Only what is whirlpool.dll and sdk files....
My bad.


Re: Need help with y_extra, y_user and y_uvar.. - TrueForYourSelf - 24.02.2013

Quote:
Originally Posted by Boolean
Посмотреть сообщение
My bad.
It's okay Big thanks for help anyway You are just trying..


Re: Need help with y_extra, y_user and y_uvar.. - TrueForYourSelf - 24.02.2013

Quote:
Originally Posted by ******
Посмотреть сообщение
You need the Whirlpool native, which is in the topic.
Okay I will download it and thank you ****** for your answer .. Btw if this will save it currectily

PHP код:
#define gData "/LASRP/Users/%s.ini"? 
Код:
#define MODE_NAME Los Angeles Street Roleplay
#define PP_YSI
#define MAX_PASSWORD_LENGTH 16
#include <YSI\y_users>
#include <YSI\y_uvar>
#include <sscanf2>
#include <streamer>
#include <YSI\y_extra>
native WP_Hash(buffer[], len, const str[]);
Still same error!


Re: Need help with y_extra, y_user and y_uvar.. - TrueForYourSelf - 24.02.2013

New Error:
Код:
YSI\y_uvar.inc(397) : error 025: function heading differs from prototype
Код:
#if defined _ALS_OnPlayerLogout
	#undef OnPlayerLogout
#else
	#define _ALS_OnPlayerLogout
#endif
#if defined Uvar_OnPlayerLogout
	forward Uvar_OnPlayerLogout(playerid, uid);//This line
#endif
#define OnPlayerLogout(%0) Uvar_OnPlayerLogout(%0)
Код:
(97) : warning 203: symbol is never used: "yid"

stock OnPlayerLogout(playerid, yid)//Error line
{