[SOLVED] Problem With Login Command
#3

you miss one bracket at the beginning?

pawn Код:
if(Logged[playerid] == 1)
    {
        if(ReqClass[playerid] == 1)
        {
          SendClientMessage(playerid, COLOUR_RED, "You Are Already Logged In!");
          return 1;
        }
    }
Reply


Messages In This Thread
[SOLVED] Problem With Login Command - by Alec24 - 01.04.2009, 20:38
Re: Problem With Login Command - by FUNExtreme - 01.04.2009, 20:43
Re: Problem With Login Command - by Think - 01.04.2009, 20:55
Re: Problem With Login Command - by FUNExtreme - 01.04.2009, 20:59
Re: Problem With Login Command - by Alec24 - 01.04.2009, 21:01
Re: Problem With Login Command - by Think - 01.04.2009, 21:05
Re: Problem With Login Command - by FUNExtreme - 01.04.2009, 21:08
Re: Problem With Login Command - by Think - 01.04.2009, 21:09
Re: Problem With Login Command - by FUNExtreme - 01.04.2009, 21:11
Re: Problem With Login Command - by Alec24 - 01.04.2009, 21:14

Forum Jump:


Users browsing this thread: 1 Guest(s)