SA-MP Forums Archive
[Tutorial]DIALOG_STYLE_MSGBOX (Server Rules) - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [Tutorial]DIALOG_STYLE_MSGBOX (Server Rules) (/showthread.php?tid=151303)



[Tutorial]DIALOG_STYLE_MSGBOX (Server Rules) - MedinaRockz - 29.05.2010

Good some friends of you entered a servant and picture was jumping them with the rules of the server?

I always wanted to have one of this THE SOLUTION HERE!

Good it is a tutorial as it does it

1. We go to

Код:
OnPlayerConnect
2. add

Код:
ShowPlayerDialog(playerid,0,DIALOG_STYLE_MSGBOX,"Server Name","Rules server:\nRule1\nRule2\nRule3","Accept","Cancel");
Info: \n: it is in use for leaving spaces or lines between every message

3. Did not you accept the rules? KICK

We go to

Код:
OnDialogResponse
If you do not have it add it this way:

Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
And we place after it the following thing

i
Код:
f(dialogid == 0)
{
if(response == 0)
{
SendClientMessage(playerid, NAME_COLOR, "You were expelled for not accepting the rules");
Kick(playerid);
new stringsys [256];
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
format(stringsys, sizeof(stringsys), "[News!]** %s It has been expelled for not accepting the rules", pName);
SendClientMessageToAll(NAME_COLOR, stringsys);
}
if(response == 1)
{
SendClientMessage(playerid, NAME_COLOR, "Thank you for accepting the rules");
}

return 1;
}
Info:

They must define the colors and place the text that you want!

Images:







Credits: I

Bugs: If they find algun bug report, If they do not like me or this one incompletely or already this post report

*FilterScript

http://www.megaupload.com/?d=LEQMA72Y

Sorry for my bad english i am Colombian


Re: [Tutorial]DIALOG_STYLE_MSGBOX (Server Rules) - xShimmyPL - 29.05.2010

That is, it is, do not even know how to determine ...
It is more a guide than a script.

PS. enough for such a thing 5min and ready "script"


Re: [Tutorial]DIALOG_STYLE_MSGBOX (Server Rules) - park4bmx - 30.05.2010

is OK but next time do something BIGGER
& Keep up the good work


Re: [Tutorial]DIALOG_STYLE_MSGBOX (Server Rules) - Flake. - 30.05.2010

Nice script


Re: [Tutorial]DIALOG_STYLE_MSGBOX (Server Rules) - waim - 03.08.2010

waw I love it so much GoOD Job Bro


Re: [Tutorial]DIALOG_STYLE_MSGBOX (Server Rules) - Hidden - 03.08.2010

Looks okay, But you could of done this in a better way.


Respuesta: [Tutorial]DIALOG_STYLE_MSGBOX (Server Rules) - Jesus^ - 03.08.2010

Wrong Section.


http://forum.sa-mp.com/showthread.ph...ighlight=Rules ._.


Respuesta: [Tutorial]DIALOG_STYLE_MSGBOX (Server Rules) - MedinaRockz - 03.08.2010

Sorry

lo siento.


Re: [Tutorial]DIALOG_STYLE_MSGBOX (Server Rules) - imnoob - 14.05.2012

but i want to make invitation dialog when leader /invite you to have accept or refuse