sscanf
#2

if(sscanf(params, "si", tname, dirikass))

As it is a string, you should specify the string size in the SSCANF function ; example is below.

new example[30];
if(sscanf(params, "s[30]", example))

------

Add your string length. Above is just an example I provided.
Reply


Messages In This Thread
sscanf - by Kevinas100 - 11.01.2019, 15:03
Re: sscanf - by AjaxM - 11.01.2019, 15:31
Re: sscanf - by Kevinas100 - 11.01.2019, 15:34
Re: sscanf - by ShadowMortar - 11.01.2019, 15:41
Re: sscanf - by Kevinas100 - 11.01.2019, 16:04

Forum Jump:


Users browsing this thread: 3 Guest(s)