Posts: 83
Threads: 13
Joined: Sep 2012
Reputation:
0
i updated the ysi include to v3.1 and after compling the script i get this error...I even checked the directory,the file is there..
C:\Users\Mohit\Desktop\SAMP CNR SERVER\pawno\include\YSI/y_ini.inc(161) : fatal error 100: cannot read from file: "internal\y_version"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
You probably have #include <YSI/y_ini> in your script. Change it to:
#include <YSI\y_ini>
Posts: 83
Threads: 13
Joined: Sep 2012
Reputation:
0
C:\Users\Mohit\Desktop\SAMP CNR SERVER\pawno\include\YSI\internal\..\y_als.inc(112 ) : error 001: expected token: "-identifier-", but found ","
C:\Users\Mohit\Desktop\SAMP CNR SERVER\pawno\include\YSI\internal\y_dohooks.inc(35 2) : error 029: invalid expression, assumed zero
C:\Users\Mohit\Desktop\SAMP CNR SERVER\pawno\include\YSI\internal\y_dohooks.inc(16 97) : error 029: invalid expression, assumed zero
C:\Users\Mohit\Desktop\SAMP CNR SERVER\pawno\include\YSI\internal\y_dohooks.inc(17 34) : warning 201: redefinition of constant/macro (symbol "OnVehicleDamageStatusUpdate(%0)")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.
not again! please help