20.01.2014, 16:12
Quote:
|
!strcmp means 0, however strings can also compare into negative values. You'll need to check it against it being 0.
EDIT: (source: SA-MP wiki) -1 if string1 comes before string2 1 if string1 comes after string2 0 if the strings are the same (for the matched length). Important Note: This function also returns 0 if either string is empty. |


