View Single Post
little_froy
Senior Member
Join Date: May 2021
Old 03-29-2024 , 08:05   Re: error 100: function prototypes do not match with natives
Reply With Quote #2

public bool Native_wardenExists -> any Native_wardenExists
public bool Native_isWarden -> any Native_isWarden

"public" prefix is only for implementing forwards. other callbacks don't need it.

Last edited by little_froy; 03-29-2024 at 08:07.
little_froy is offline