16.03.2010, 10:34
Just replace 'params' with 'inputtext'
And put it in a dialog,
And put it in a dialog,
pawn Код:
if (dialogid == 900)
{
if (response)
{
//STUFF HERE
}
}
pawn Код:
ShowPlayerDialog(playerid, 900, DIALOG_STYLE_INPUT, "Account", "Please register", "Register", "Cancel");