Phonebook
#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


Messages In This Thread
[SOLVED] Phonebook - by borba - 24.04.2011, 15:44
Re: Phonebook - by Anteino - 24.04.2011, 15:57

Forum Jump:


Users browsing this thread: 1 Guest(s)