06.06.2014, 18:16
hey i made a lotto command using ZCMD, part of the command:
how to make a message like: "Sorry this lotto number has been taken by someone"
How to check the taken nums ?
pawn Код:
if(sscanf(params, "i", lottonum)) return SendClientMessage(playerid, COLOR_WHITE, "/lotto [0 - 100]");
How to check the taken nums ?