Help, 1 warning and 1 error to YSI
#1

EDIT: I already resolved.


changed this

Код:
public OnPlayerDisconnect(playerid)
For:

Код:
public OnPlayerDisconnect(playerid,reason)
BUT new error in console:

Код:
*** YSI Warning: y_malloc set up via "CallLocalFunction", memory corruption is a remote possibility
YSI 4.0.2 https://github.com/pawn-lang/YSI-Inc...ses/tag/v4.0.2

Edit: Fix!

I already resolved.

after a_samp added first, add this under

Код:
#include  a_samp //Team SA-MP
 #include  YSI\YSI_Data\y_foreach
  #include  YSI\YSI_Storage\y_ini
   #include  YSI\YSI_Data\y_iterate
    #include   YSI\YSI_Core\y_utils
solved.
Reply
#2

Can you show us your 'public OnPlayerDisconnect?'
Reply
#3

EDIT: I already resolved.


changed this

Код:
public OnPlayerDisconnect(playerid)
For:

Код:
public OnPlayerDisconnect(playerid,reason)
BUT new error in console:

Код:
*** YSI Warning: y_malloc set up via "CallLocalFunction", memory corruption is a remote possibility
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)