Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot SA-MP Pawn Scripting [Pawn] fatal error 111

 
  • 0 Vote(s) - 0 Average
Pawn fatal error 111
Viola
Offline

Burgershot Member
Posts: 6
Threads: 3
Joined: Nov 2019
Reputation: 0
#1
2019-11-07, 09:41 AM (This post was last modified: 2019-11-07, 10:03 AM by Viola.)
- I upgraded the old pawn YSI with the new YSI 5x and shows me this:

PHP Code:
pawno\include\YSI\y_hooks.inc(73) : fatal error 111: user error: Use `#include <YSI_Coding\y_hooks>` 

- I added but it shows again?

-My include in gamemod:

PHP Code:
#pragma dynamic 500000

#include <a_samp>
#include <sscanf2>
#include <streamer>
#include <YSI_Storage\y_ini>
#include <YSI_Data\y_iterate>
#include <zcmd>

//#include <YSI_Coding\y_hooks>
//
#include <mSelection>
//#include <mapandreas>
#include <progress2>
#include <dof2>
#include <a_actor>

#undef MAX_PLAYERS                                                            
#define MAX_PLAYERS                                                          100 
BigETI
Offline

open.mp Developer

Posts: 107
Threads: 5
Joined: Feb 2019
Reputation: 12
Location: Germany
#2
2019-11-07, 09:48 AM
Adding the code as a comment doesn't count.
[Image: github-samp-icon.png]
Viola
Offline

Burgershot Member
Posts: 6
Threads: 3
Joined: Nov 2019
Reputation: 0
#3
2019-11-07, 09:57 AM
New versions of YSI do not work and eject errore all the time. I tried everything with others and it doesn't help?
BigETI
Offline

open.mp Developer

Posts: 107
Threads: 5
Joined: Feb 2019
Reputation: 12
Location: Germany
#4
2019-11-07, 09:59 AM (This post was last modified: 2019-11-07, 10:00 AM by BigETI.)
Your error is coming from y_hooks:
Code:
Use `#include <YSI_Coding\y_hooks>`

but you did include
Code:
#include <YSI\y_hooks>

and did
Code:
//#include <YSI_Coding\y_hooks>
which is just a comment.

You should remove both lines and do
Code:
#include <YSI_Coding\y_hooks>
instead.
[Image: github-samp-icon.png]
Viola
Offline

Burgershot Member
Posts: 6
Threads: 3
Joined: Nov 2019
Reputation: 0
#5
2019-11-07, 10:01 AM
I deleted the same again?
Tomas
Offline

f0cus
Posts: 12
Threads: 1
Joined: Apr 2019
Reputation: 0
Location: ~/openmp
#6
2019-11-07, 10:49 AM (This post was last modified: 2019-11-07, 10:51 AM by Tomas.)
It might be that some of your includes are using
Code:
#include <YSI\y_hooks>
instead of 
Code:
#include <YSI_Coding\y_hooks>

I'm sure older versions of progress2 does that
Viola
Offline

Burgershot Member
Posts: 6
Threads: 3
Joined: Nov 2019
Reputation: 0
#7
2019-11-07, 02:39 PM
(2019-11-07, 10:49 AM)Tomas Wrote: It might be that some of your includes are using
Code:
#include <YSI\y_hooks>
instead of 
Code:
#include <YSI_Coding\y_hooks>

I'm sure older versions of progress2 does that

Dont work.
« Next Oldest | Next Newest »



  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Burgershot - Powered by our Community and MyBB Original Theme by Emerald

Linear Mode
Threaded Mode