SA-MP Forums Archive
[HELP]Dialog - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP]Dialog (/showthread.php?tid=137513)



[HELP]Dialog - Roymer - 29.03.2010

Hello
I have this:

pawn Код:
new Reglas1[] = "Las reglas se deben cumplir. Si algъn jugador no las cumple sufrirб su correspondiente castigo, y si ves a alguien que no\
las cumple denъncialo - /Reportar\
\n\n- Estб totalmente prohibido el uso de cheats/hacks. - Ban permanente.\
\n - No insultes a los demбs jugadores. - Silenciar/Kick/Ban.\
\n - No uses mods de mapas ya que podrнan ser confundidos con hacks. - Ban.\
\n - No uses mods que te influyan positivamente a ti sobre los demбs, ej: Speed Bost. - Ban."
;
new Reglas2[] = "\n- No molestes a los jugadores que quieran jugar, si no quieres seguir en la batalla escribe /Afk hasta que vuelvas a conectarte. - Cбrcel/Kick.\
\n - Respeta tanto a jugadores como a Administradores. Segъn el grado de molestia (insultos, molestar...) se usarб un castigo u otro.\
\n\nAyuda no estб de mбs, asн que hazlo siempre que puedas, sobre todo con jugadores novatos."
;
// en command text o dcmd o lo que quieras....
    if(!strcmp(cmdtext,"/reglas",true))
    {
        new string[1024];
        format(string, sizeof(string),"%s %s",Reglas1,Reglas2);
        ShowPlayerDialog(playerid, 3, DIALOG_STYLE_MSGBOX,"Reglas",string, " V "," X ");
        return 1;
    }
How do I make when you press the button 1 " V " Do not exit Registry Dialogue?



Sorry for my English, am Spanish


Re: [HELP]Dialog - Mikep. - 29.03.2010

Show it again under OnDialogResponse.


Re: [HELP]Dialog - Roymer - 29.03.2010

http://mirc-scripting.pastebin.com/JizKH0ss


Re: [HELP]Dialog - Roymer - 29.03.2010

Help!!


Re: [HELP]Dialog - Roymer - 29.03.2010

Help me Please!!! Please!


Re: [HELP]Dialog - Mikep. - 29.03.2010

Quote:
Originally Posted by Mikep.
Show it again under OnDialogResponse.



Re: [HELP]Dialog - jamesbond007 - 29.03.2010

Quote:
Originally Posted by Mikep.
Quote:
Originally Posted by Mikep.
Show it again under OnDialogResponse.
dude cant you see he posted a link up there? third reply


Re: [HELP]Dialog - Mikep. - 29.03.2010

It's over 600 lines long. Have you read it?