03.11.2015, 16:11
sscanf ( params, "ud", iLottoNumber, iAmountL, iTickets, iPrize )
You are taking 2 variables, shoving them into 4 ? 65565 is INVALID_PLAYER_ID I think, it's because you are using 'u' as the param type
sscanf ( params, "dddd", iLottoNumber, iAmountL, iTickets, iPrize ) << right way
You are taking 2 variables, shoving them into 4 ? 65565 is INVALID_PLAYER_ID I think, it's because you are using 'u' as the param type
sscanf ( params, "dddd", iLottoNumber, iAmountL, iTickets, iPrize ) << right way