DIALOG_STYLE_INPUT [Solved]
#4

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;
}
Reply


Messages In This Thread
DIALOG_STYLE_INPUT [Solved] - by ViruZZzZ_ChiLLL - 28.04.2010, 21:58
Re: DIALOG_STYLE_INPUT - by DarkPower - 28.04.2010, 22:01
Re: DIALOG_STYLE_INPUT - by ViruZZzZ_ChiLLL - 29.04.2010, 04:34
Re: DIALOG_STYLE_INPUT - by Miguel - 29.04.2010, 04:41
Re: DIALOG_STYLE_INPUT - by ViruZZzZ_ChiLLL - 29.04.2010, 05:47

Forum Jump:


Users browsing this thread: 1 Guest(s)