03.09.2010, 18:57
Strcmp.
strcmp(const string1[], const string2[], bool:ignorecase, length)
strcmp(const string1[], const string2[], bool:ignorecase, length)
Quote:
Originally Posted by wiki.sa-mp.com
ignorecase (optional) When set to true, the case doesn't matter - HeLLo is the same as Hello. When false, they're not the same.
|