help| not working
#2

Change
pawn Код:
if(strcmp(inputtext) != tmp)
{
    SendClientMessage(playerid, COLOR_RED, "ERROR: Wrong Password!! bye");
    Kick(playerid);
    logged[playerid] = 0;
}
to
pawn Код:
if(strcmp(inputtext) != tmp)
{
    SendClientMessage(playerid, COLOR_RED, "ERROR: Wrong Password!! bye");
    Kick(playerid);
    logged[playerid] = 0;
    return 1; // if you don't add this, it tells the script to keep going into anything else within the function
}
Reply


Messages In This Thread
help| not working - by Armada - 21.06.2011, 13:24
Re: help| not working - by PCheriyan007 - 21.06.2011, 13:46
Re: help| not working - by Armada - 21.06.2011, 16:40
Re: help| not working - by Armada - 22.06.2011, 10:20
Re: help| not working - by Jeffry - 22.06.2011, 10:24

Forum Jump:


Users browsing this thread: 1 Guest(s)