23.07.2011, 00:01
I get the error for sscanf for not having string length defined but the variables are integers can someone help me?
Here is a line that doesn't work:
I'm using sscanf 2
Warning: Strings without an length are deprecated, please add an destination of size.
Here is a line that doesn't work:
pawn Код:
new i, s;
if(sscanf(params, "dd", i, s))return SendClientMessage(playerid, 0xFF0000FF, "How to use: '/setscore [Players id] [score]");
Warning: Strings without an length are deprecated, please add an destination of size.