Silly thing isn't working
#2

Change this:
pawn Код:
if( PlayerInfo[playerid][tutorial] == 0)
                {
                    SendClientMessage(playerid, COLOUR_BEACH, "Welcome to TT:AA. This is a quick test, followed by a tutorial to help you survive!" );
                    ShowPlayerDialog(playerid, 100, DIALOG_STYLE_LIST, "What is meant by DM", "Deadmen\nDeathmatching\nDeathmaking\nDeathmilk", "Select", "Quit");
                }
To:
pawn Код:
if( PlayerInfo[playerid][tutorial] == 0)
                {
                    SendClientMessage(playerid, COLOUR_BEACH, "Welcome to TT:AA. This is a quick test, followed by a tutorial to help you survive!" );
                    ShowPlayerDialog(playerid, 100, DIALOG_STYLE_LIST, "What is meant by DM", "Deadmen\nDeathmatching\nDeathmaking\nDeathmilk", "Select", "Quit");
                    PlayerInfo[playerid][tutorial] = 1;
                }
You forgot to change the value to 1. It remains 0, so, it keeps on showing the tut.
Reply


Messages In This Thread
Silly thing isn't working - by cloudysky - 25.06.2011, 18:46
Re: Silly thing isn't working - by iPLEOMAX - 25.06.2011, 19:29

Forum Jump:


Users browsing this thread: 2 Guest(s)