Phonebook - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Phonebook (
/showthread.php?tid=250786)
[SOLVED] Phonebook -
borba - 24.04.2011
Solved.
Re: Phonebook -
Anteino - 24.04.2011
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){