03.11.2015, 16:21
Quote:
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 |
e.g: instead of 1000000 -> 1,000,000?