Need Some Informationaly Help :P - 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: Need Some Informationaly Help :P (
/showthread.php?tid=144883)
Need Some Informationaly Help :P - Micko9 - 29.04.2010
this is my problem . im comparing Names...and what if there are two ex...there are two Players : [LOL]loler and [LOL]lol if i comprace [LOL]lol it wood be positive for both? or if only one wood get the code?
Re: Need Some Informationaly Help :P -
MadeMan - 29.04.2010
pawn Код:
strcmp("[LOL]loler", "[LOL]lol");
Will return that they are not the same.