SA-MP Forums Archive
strfind - 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: strfind (/showthread.php?tid=90045)



strfind - UsaBoy91 - 05.08.2009

if(strfind(MyText[playerid], text, false) != -1)

at ignorecase , whats the difference if i usetrue or false ?

if i use false what happend ?
but if i use true , what happend ?


Re: strfind - Sergei - 05.08.2009

if you use true it ignores capitals, but if you use false it will check if letters are capital or not.


Re: strfind - UsaBoy91 - 05.08.2009

capitals mean big letters ? ( A , B , C , D ... ) ?


Re: strfind - Sergei - 05.08.2009

If true: A is the same as a
If false: A is not the same as a