29.04.2010, 12:47
(
Последний раз редактировалось ViruZZzZ_ChiLLL; 25.02.2011 в 00:24.
)
Question:
Okay, so I have this code, and why does it mute me whenever I type any id number??
Problem:
To make it mute the player id that I will type in the Dialog id 8
________
UNIVERSAL LIFE INSURANCE DICUSSION
Okay, so I have this code, and why does it mute me whenever I type any id number??
Код:
case 0:
{
ShowPlayerDialog(playerid, 8,DIALOG_STYLE_INPUT,"Mute","Type the player's id below:","Next","Cancel"); // DIALOG ID 8
}
//--------------------------------------------------------------------
if(dialogid == 8)
{
if (response)
{
ShowPlayerDialog(playerid, 9, DIALOG_STYLE_INPUT,"Mute","Enter reason for the mute","Mute","Cancel");
Muted[Player[playerid]] = 1;
return 1;
}
To make it mute the player id that I will type in the Dialog id 8
________
UNIVERSAL LIFE INSURANCE DICUSSION


