Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
@SkillNasr: It would give an error for not being able to open y_compilerpass file if a slash was used.
The problem actually is in the script:
- Locate your callback "OnGameModeInit" and return a value (specifically 1) at the end of it.
- Goto line 38 and remove the strcpy macro. It is already defined in YSI.
Posts: 235
Threads: 77
Joined: Jun 2014
Reputation:
0
there is return 1; value already and iver the other hand i did that i removed the 38 line
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
The only thing left is includes that hook OnGameModeInit and are included after y_timers. Which include(s) are you using?
Posts: 235
Threads: 77
Joined: Jun 2014
Reputation:
0
#include <YSI\y_timers.inc>
now i am using this but still the same thing and thanks for the line 38 its fixed
and can i have the link of latest scanff plugin please
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
I hope you updated the whole YSI library and not just y_timers.inc file. You also need to move the folders I mentioned in that post otherwise errors for not being able to read from files will be given.
Also include any file from YSI library with backslash as SkillNasr mentioned.
Posts: 235
Threads: 77
Joined: Jun 2014
Reputation:
0
i did that as you said and onlu added the y_timers.inc file at the place where to told me still same