SA-MP Forums Archive
Tag mismatch (dialog) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Tag mismatch (dialog) (/showthread.php?tid=590905)



Tag mismatch (dialog) - Aerotactics - 05.10.2015

Yeah its defined as a bool.

pawn Код:
new Bool:OnBoard[MAX_PLAYERS];


if(dialogid == GAME_DIALOG)
    {
        if(response)
        {
            OnBoard[playerid] = false;
            return 1;
        }
    }



Re: Tag mismatch (dialog) - BroZeus - 05.10.2015

its bool not Bool, case sensitive.


Re: Tag mismatch (dialog) - Aerotactics - 05.10.2015

Quote:
Originally Posted by BroZeus
Посмотреть сообщение
its bool not Bool, case sensitive.
Already gave you rep recently, otherwise I'd +rep. Also, realized that when I moved our script from cloud9 back to pawno lol


Re: Tag mismatch (dialog) - AbyssMorgan - 05.10.2015

Add under #include <a_samp> XD
Код:
#define Bool: bool: //no one will notice the difference xD