29.04.2010, 04:41
pawn Код:
public OnDialogResponse(look for the callback params lol)
{
if(response)
{
if(dialogid == DIALOG)
{
if(IsPlayerConnected(strval(inputtext)))
{
// do whatever you want with the player
}
else
{
// the playerid was not connected
}
}
}
return 1;
}