YSI Pawno problem
#1

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 ??
Reply
#2

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);
            }
Reply
#3

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)