Need Help
#1

Hello.
I Need Help For Making My Server.
-I Need To Make /rules Command When Player Click Disagree He Will Get Kick.
-I Need Help In Making Classe Selection With A Dialog Not The Official One.
Please Help Me.
Reply
#2

I think you could implement that from other scripts.
Reply
#3

I Cannot Find The Class Selection With Dialog. Can one Help Me.
Reply
#4

1 Request -
Quote:

public OnPlayerConnect(playerid)
{
ShowPlayerDialog(playerid,1234,DIALOG_STYLE_MSGBOX ,"Rules","Rule NO.1 - Do not spam.\nRule NO.2 - Do not flame.","Accept","Decline");
}
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
switch(dialogid)
{
case 1234:
{
if(response)
{
return 1;
}
else
{
Kick(playerid);
}
}
}
}

Reply
#5

I Find That Buit I Need Now Class Selection
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)