18.12.2011, 10:52
Hello, How can I change this so that the player will have to type a 2-digit number?
pawn Код:
case DIALOG_AGE:
{
if ( !response ) return Kick ( playerid );
if( response )
{
return 1;
}
}