21.05.2009, 22:49
Quote:
Originally Posted by Hot
Why do you guys add:
Код:
!strcmp, !strlen EDIT: Can you explain this line: pawn Код:
|
Strcmp checks if the two strings are the same. ! means not, so it would check if they weren't the same.
Strlen gets the lengh of the string. ! means not, so it would check if the string had no lengh.