2 filterscripts breaking eachother.
#6

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/tp", cmdtext, true, 10) == 0)
    {
        ShowPlayerDialog(playerid, DIALOGID, DIALOG_STYLE_LIST, "Teleport", "Mount Chillad\nHigh House", "Go", "Cancel");
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
2 filterscripts breaking eachother. - by persious - 08.10.2011, 14:47
Re: 2 filterscripts breaking eachother. - by DRIFT_HUNTER - 08.10.2011, 14:56
Re: 2 filterscripts breaking eachother. - by persious - 08.10.2011, 14:58
Re: 2 filterscripts breaking eachother. - by persious - 08.10.2011, 15:01
Re: 2 filterscripts breaking eachother. - by persious - 08.10.2011, 15:05
Re: 2 filterscripts breaking eachother. - by Jafet_Macario - 08.10.2011, 15:14
Re: 2 filterscripts breaking eachother. - by persious - 08.10.2011, 15:19
Re: 2 filterscripts breaking eachother. - by persious - 08.10.2011, 15:21
Re: 2 filterscripts breaking eachother. - by Jafet_Macario - 08.10.2011, 15:25
Re: 2 filterscripts breaking eachother. - by Wesley221 - 08.10.2011, 15:26

Forum Jump:


Users browsing this thread: 1 Guest(s)