Y-Less / sscanf

SA:MP sscanf plugin originally made by @Y-Less
Other
119 stars 49 forks source link

Bug found #31

Closed kikorp78 closed 3 years ago

kikorp78 commented 3 years ago

I imported everything correctly and there are also no solutions on the internet. Do you have any solution? Thanks.

This is what I get: \pawno\include\sscanf2.inc(264) : warning 202: number of arguments does not match definition \pawno\include\sscanf2.inc(277) : error 025: function heading differs from prototype

kikorp78 commented 3 years ago

Nevermind, I fixed the issue. I had OnPlayerDisconnect function in my script with just one parameter (playerid), but it needed two (playerid, reason).