18.07.2011, 20:15
Quote:
Save the number somewhere.
Код:
new number = (1000 + random(9999)); format(str, sizeof str,"Your number is: %d.",number); CheckNum[playerid] = number; Код:
if(CheckNum[playerid] == enterednumber) // the number that's entered behind the signcheck cmd. |