SA-MP Forums Archive
Kind of newbie Question - 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: Kind of newbie Question (/showthread.php?tid=112488)



Kind of newbie Question - Abernethy - 08.12.2009

How would I save an IP Address & check if it's the same as written in the file using dini?


Re: Kind of newbie Question - Finn - 08.12.2009

GetPlayerIP
strcmp

Just compare the IP strings and that's it.


Re: Kind of newbie Question - Abernethy - 08.12.2009

Quote:
Originally Posted by Finn
GetPlayerIP
strcmp

Just compare the IP strings and that's it.
Oh of course, thankyou.