20.12.2010, 02:27
pawn Код:
if(dialogid == DIALOGTUTORIAL)
{
if(response)
{
SendClientMessage(playerid, COLOR_WHITE, " TEXT HERE");
PlayerInfo[playerid][pNewPlayer] = 2;
}
else
{
SendClientMessage(playerid, COLOR_RED, " TEXT HERE.");
Kick(playerid);
}
)
I've tried removing the info in else and below, and still wont work. It's very irritating.
where it says, TEXT HERE I have different text.
I have the correct #defines as-well.
Im Using MSGBOX Dialog.