[HELP]Dialog
#1

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
Reply
#2

Show it again under OnDialogResponse.
Reply
#3

http://mirc-scripting.pastebin.com/JizKH0ss
Reply
#4

Help!!
Reply
#5

Help me Please!!! Please!
Reply
#6

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

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
Reply
#8

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


Forum Jump:


Users browsing this thread: 1 Guest(s)