Tag mismatch (dialog)
#1

Yeah its defined as a bool.

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


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

its bool not Bool, case sensitive.
Reply
#3

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
Reply
#4

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


Forum Jump:


Users browsing this thread: 1 Guest(s)