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



Sscanf IP? - Vero - 16.07.2011

What letter would an IP be in Sscanf?

pawn Код:
if(sscanf(params, "?", ip))



Re: Sscanf IP? - Vince - 16.07.2011

String, so "s".


Re: Sscanf IP? - Vero - 16.07.2011

Thanks