Help with Script (rep ++)
#2

pawn Код:
//OnPlayerConnect

ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_MSGBOX, "Rules", "Your rules word here", "Accept", ""); //remember for newline just do /n
then OnDialogResponse

pawn Код:
if(dialogid == dialogid) //replace dialogid (the second one) with your rules dialog id
{
      if(response)
      {
           //your reg/log showplayerdialog here
      }
}
Reply


Messages In This Thread
Help with Script (rep ++) - by boyan96 - 04.04.2012, 05:57
Re: Help with Script (rep ++) - by Reklez - 04.04.2012, 06:02

Forum Jump:


Users browsing this thread: 1 Guest(s)