SA-MP Forums Archive
YSI Pawno problem - 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: YSI Pawno problem (/showthread.php?tid=448888)



YSI Pawno problem - Yordan_Kronos - 06.07.2013

pawn Код:
#include <a_samp>
#include <Dini>
#include <streamer>
#include <foreach>
#include <YSI>
static gTeam[MAX_PLAYERS];
#pragma tabsize 0
When i complite this i saw this Error

pawn Код:
fatal error 111: user error: Please define "MODE_NAME" before including y_svar
When i tried like this

pawn Код:
#include <a_samp>
#include <Dini>
#include <streamer>
#include <foreach>
#define MODE_NAME "BG RC RP 1"
#include <YSI>
static gTeam[MAX_PLAYERS];
#pragma tabsize 0
I Saw this error
pawn Код:
: fatal error 111: user error: Default hash removed: See YSI topic for details.
How can i fix it ??


Re: YSI Pawno problem - Yordan_Kronos - 06.07.2013

I fix it with this :
pawn Код:
#define MODE_NAME "BG RC RP 1"
#include <YSI\y_svar>
static gTeam[MAX_PLAYERS];
#pragma tabsize 0
But now i have a this Errors :

pawn Код:
error 025: function heading differs from prototype
pawn Код:
error 035: argument type mismatch (argument 2)
pawn Код:
error 025: function heading differs from prototype
pawn Код:
error 035: argument type mismatch (argument 2)
pawn Код:
forward OnPlayerLogin(playerid,password[]);
pawn Код:
OnPlayerLogin(playerid,tmppass);
pawn Код:
public OnPlayerLogin(playerid,password[])
{
pawn Код:
OnPlayerLogin(playerid,tmppass);
            }



Re: YSI Pawno problem - Yordan_Kronos - 06.07.2013

My day was lost in read in your Topic sir. I Check all and in others site but i dont saw


Re: YSI Pawno problem - Yordan_Kronos - 06.07.2013

I Try to fix this all day.. do you know that i can fix it bro.. Forget it .. i resign.