05.05.2015, 09:49
Quote:
|
Almost.
https://sampwiki.blast.hk/wiki/Strcmp This function returns difference between two strings. If the return is 0, it means they are equal (might be case insensitive). So, you need to check for !strcmp(s, "Invite"), or strcmp(s, "Invite") == 0. If you want to work with numbers, use y_stringhash |


