ShowPlayerDialog
#3

If you mean checking if the entered text is numeric you could do this:
pawn Код:
// Put this in your dialog response
if (strval(inputtext))
{
    // The text is numeric, proceed with the code..
}
else
{
    // The text is not numeric, reshow the dialog?...
}
Reply


Messages In This Thread
ShowPlayerDialog - by Baltimore - 25.10.2014, 13:27
Re: ShowPlayerDialog - by Emmet_ - 25.10.2014, 13:31
Re: ShowPlayerDialog - by Anzipane - 25.10.2014, 13:39

Forum Jump:


Users browsing this thread: 3 Guest(s)