Lottery issue - an error with an IF sentence + indicators +REP
#3

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
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)