Help :- fatal error 100: cannot read from file: "YSI-Includes\YSI\y_iterate"
#1

D:\** ****** ****\****\****\****\********\****(Hidden).pwn(13) : fatal error 100: cannot read from file: "YSI-Includes\YSI\y_iterate"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
Quote:

--- Includes---
#include <a_samp>
#include <a_http>
#include <YSI-Includes\YSI\y_iterate>
#include <streamer>
#include <sscanf2>
#include <zcmd>

I Don't Know Whats Wrong I Have All Type Of YSI Latest Includes(Just Downloaded) Please Help Me Guys
Thanks In Advance
Reply
#2

Can you have a look if is it really the right directory?

Код:
#include <YSI-Includes\YSI\y_iterate>
Reply
#3

After Fixing 1st Error(By Adding amx Files In /amx ) Not I Get These Errors
Quote:

After Fixing 1st Error Not I Get These Errors
pawno\include\YSI\..\YSI_Data\..\YSI_Coding\y_hook s/impl.inc(112 : warning 235: public function lacks forward declaration (symbol "VA_OnScriptInit")
pawno\include\YSI\..\YSI_Data\y_foreach/iterators.inc(586) : warning 202: number of arguments does not match definition
pawno\include\YSI\..\YSI_Data\y_foreach/iterators.inc(582) : warning 203: symbol is never used: "addsiren"
error 017: undefined symbol "db_get_field_int"( On More Than 10 Lines )
error 017: undefined symbol "db_get_field_assoc_int" ( One Line Error )

Line( For Last Error) :-SendClientMessageEx(playerid, -1, "Resultado: Nombre: '%s' DB-ID: '%d' Connected: '%d' Player_ID: '%d'", name, db_get_field_assoc_int(Result, "ID"), db_get_field_assoc_int(Result, "CONNECTED"), db_get_field_assoc_int(Result, "PLAYERID"));

I Added The Script File Down ( In Gamemodes )

It Would Be Great If You Help Me ( Thanks In Advance )

If You Can Fix This For Me I Attached A Script And i Can Only Give You 2$ Through Paypal Only ( I AM NOT BILLINAIRE TO AFFORD MORE )
Reply
#4

You don't need to give me anything. This section is called 'Scripting Help' not 'Scripting Pay'. So, I think you have to update your package server, because the functions are not defined..

Make sure you have 'a_sampdb.inc' among your includes, this include which have these functions.
If not, you can catch it here.
Reply
#5

Thanks But Still Not Solved My Bro
Quote:
pawno\include\YSI\..\YSI_Data\..\YSI_Coding\y_hook s/impl.inc(1128 ) : warning 235 : public function lacks forward declaration (symbol "VA_OnScriptInit")
(28375) : error 017: undefined symbol "NewUser"
(37664) : warning 203: symbol is never used: "NewUserRegister"

Quote:
Line 37664 :- There Is 37663 Lines Only
Quote:
Line 28375 :- NewUser(playerid);
UpdateUserData(playerid);
PI[playerid][P_LOGGED] = true;
PI[playerid][P_USEREXIT] = true;
PlayerPlaySoundEx(playerid, 1058, 0.0, 0.0, 0.0);
GameTextForPlayer(playerid, "_~n~_~n~_~n~_~n~_~n~_~n~_~n~~y~~h~registrado correctamente", 3000, 6);

SendClientMessage(playerid, -1, "Gracias por registrarte, has recibido $5.000 y 1.000 score.");
SendClientMessage(playerid, -1, "Utiliza los comandos /stats para ver tus estadнsticas y /panel para configurar tu cuenta.");
GivePlayerMoneyEx(playerid, 5000);
GivePlayerScoreEx(playerid, 1000);

}

I +REPED You
Someone Help Guys Please
Reply
#6

http://forum.sa-mp.com/showpost.php?...02&postcount=5
Reply
#7

Quote:
Originally Posted by Grim_
Посмотреть сообщение
So What Can i Do Now With That Error And What About Other 2 Errors?
Reply
#8

I'm assuming this is copy and paste. My best guess:
pawn Код:
(28375) : error 017: undefined symbol "NewUser"
should be
pawn Код:
(37664) : warning 203: symbol is never used: "NewUserRegister"
Reply
#9

Finally Compiled But I already +Reped You Great Thanks Bro So Should I Ignore That 1 YSI Error?
Have A Great Day
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)