Dialog Problem
#2

Try:

Code:
if(dialogid == DIALOG_RULES)
{
if(!response)
{
SendClientMessage(playerid, COLOR_GREEN, "Thank you for agreeing to the server rules!"); // Problem
}
else
{
SendClientMessage(playerid, COLOR_RED, "You need to agree to rules to play on the server!");
Kick(playerid); 
}
return 1;
}

return 0;
Reply


Messages In This Thread
Dialog Problem - by SilverKiller - 23.01.2013, 15:14
AW: Dialog Problem - by Blackazur - 23.01.2013, 15:33
Re: AW: Dialog Problem - by SilverKiller - 23.01.2013, 15:37
Re: Dialog Problem - by coakiddo - 23.01.2013, 15:38
Re: Dialog Problem - by SilverKiller - 23.01.2013, 15:41
Re: Dialog Problem - by SilverKiller - 23.01.2013, 15:51
Re: Dialog Problem - by SilverKiller - 23.01.2013, 16:03
Re: Dialog Problem - by coakiddo - 23.01.2013, 16:06
Re: Dialog Problem - by SilverKiller - 23.01.2013, 16:15

Forum Jump:


Users browsing this thread: 1 Guest(s)