22.03.2016, 03:43
Quote:
Originally Posted by Jack_Leslie
I get number of arguments does not match definition when I add the 9th argument for the siren, I'm using all the latest includes and the latest SA-MP version. I've had a lot of weird bugs lately. Like strcmp not detecting if a string is null.
|
Double check if your includes are actually updated. And make sure you are using the compiler that has the latest includes in the pawno folder.
About the strcmp matter, strcmp doesn't "detect" if a string is null, it returns false if the string is null.
Quote:
Originally Posted by SA-MP Wiki
This function returns 0 if either string is empty. Check for null strings with isnull(). If you do not, for example, people can login to anyone's account by simply entering a blank password.
|