SendFormatMessage and ShowPlayerDialog aren't called.
#4

Replace SendFormatMessage with this.
pawn Код:
#define SendFormatMessage(%0,%1,%2,%3)                  \
    do                                              \
    {                                               \
        format(str_f, sizeof (str_f), (%2), %3);    \
        SendClientMessage((%0), (%1), str_f);       \
    }                                               \
    while (FALSE)
And put this before it
pawn Код:
#if !defined FALSE // by ******
    stock bool:FALSE = false;
#endif
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)