sscanf not working properly
#8

PHP код:
format(string,sizeof(string),"PM from %d: %d",pname,text); 
I've look better now , you try to show a string, but you put integer
Should be:
PHP код:
format(string,sizeof(string),"PM from %s: %s",pname,text); 
Reply


Messages In This Thread
[SOLVED]sscanf not working properly - by grymtn - 05.04.2017, 13:46
Re: sscanf not working properly - by StrikerZ - 05.04.2017, 13:53
Re: sscanf not working properly - by Banditul18 - 05.04.2017, 13:53
Re: sscanf not working properly - by grymtn - 05.04.2017, 14:00
Re: sscanf not working properly - by Banditul18 - 05.04.2017, 14:07
Re: sscanf not working properly - by grymtn - 05.04.2017, 14:10
Re: sscanf not working properly - by DRIFT_HUNTER - 05.04.2017, 14:27
Re: sscanf not working properly - by Banditul18 - 05.04.2017, 14:29
Re: sscanf not working properly - by grymtn - 05.04.2017, 14:31

Forum Jump:


Users browsing this thread: 2 Guest(s)