Strange Error? [REP+]
#1

Hello, I am getting this error, I am unsure why?

Код:
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\pawno\include\YSI\y_iterate.inc(179) : fatal error 111: user error: "Old foreach.inc files are no longer compatible with YSI."


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


1 Error.
pawn Код:
#include <a_samp>
#include <YSI/y_ini>
#include <YSI/y_commands>
pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
    return 1;
}
//Here is line 179
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    return 1;
}
Reply
#2

Update your foreach.inc:

https://sampforum.blast.hk/showthread.php?tid=92679
Reply
#3

A backslash '\' most notably relates to directories.

pawn Код:
#include <YSI\y_ini>
#include <YSI\y_commands>
Reply
#4

Update your foreach
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)