Errors in Server logs
#2

About the sscanf warning, you have to assign a size to the new string within the sscanf-function. (Not sure how to describe it).

pawn Код:
new string[64];
sscanf(params, "s[64]", string);   // you probably forgot the [64] or whatever size is needed, after the 's'
Reply


Messages In This Thread
Errors in Server logs - by kesarthakur - 30.12.2014, 15:49
Re: Errors in Server logs - by Schneider - 30.12.2014, 16:02
Re: Errors in Server logs - by kesarthakur - 30.12.2014, 16:20
Re: Errors in Server logs - by kesarthakur - 30.12.2014, 17:26

Forum Jump:


Users browsing this thread: 1 Guest(s)