Instead of sscanf2 - 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)
+--- Thread: Instead of sscanf2 (
/showthread.php?tid=647232)
Instead of sscanf2 -
Slavica - 01.01.2018
Is there any other way to get params from CMD: without using sscanf2?
Re: Instead of sscanf2 -
TakeiT - 01.01.2018
params[0] params[1] etc.
sscanf is the recommended method though.
Re: Instead of sscanf2 -
rfr - 01.01.2018
PHP код:
if(isnull(params))
why would you not use sscanf?
Re: Instead of sscanf2 -
Slavica - 01.01.2018
Quote:
Originally Posted by rfr
PHP код:
if(isnull(params))
why would you not use sscanf?
|
Because it wont load for some reason...I made a whole thread about this.