Phonebook
#1

Solved.
Reply
#2

Well with strfind you look for a string in another string, so if you search "text" in "this is some text.. etc" it will return true. Instead you should use strcmp:
pawn Код:
if(strcmp(givenplayername, inputtext, false) == 0){
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)