16.01.2012, 19:42
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;
}