(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
![Cheesy](images/smilies/biggrin.png)
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
{