SA-MP Forums Archive
helping needed (YSI) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: helping needed (YSI) (/showthread.php?tid=654328)



helping needed (YSI) - DeadBrain - 26.05.2018

well well i was using from a time a version of YSI that is so so so outdated because some friends told me its stable but aas i see now its so slow so i decided to update YSI i get millard errors and warnnings i search for its fixe it was fixed exept this is one wish i didn't found yet
C:\Users\kanti\Desktop\TEST5 - Copy\pawno\include\YSI\..\YSI_Data\..\YSI_Internal \..\YSI_Core\y_utils.inc(430) : warning 201: redefinition of constant/macro (symbol "isnull(%1)")
any help would be appreaced


Re: helping needed (YSI) - Dayrion - 26.05.2018

Before defening a const/macro, check if it already exist.

Define isnull in your own script like that
PHP код:
#if !defined isnull
    #define isnull(%1) ((!(%1[0])) || (((%1[0]) == '\1') && (!(%1[1]))))
#endif 



Re: helping needed (YSI) - DeadBrain - 26.05.2018

Thanks ****** I fixed it so its running cool
ah between i have a queation about your whirpool ,how we can decrypt and decode hash ?


Re: helping needed (YSI) - DeadBrain - 26.05.2018

i didn't use Hash to hack others passeword i used it as a gang save passeword i wanna hack someone pass i can usually create a new values
ah btw ****** i get this error in console
*** YSI Warning: y_malloc set up via "CallLocalFunction", memory corruption is a remote possibility
any fix ?