[AJUDA]Urgente!
#9

pawn Код:
if (strcmp(cmd, "/logar", true) ==0 )
    {
        if(IsPlayerConnected(playerid))
        {
            new tmppass[64];
            if(gPlayerLogged[playerid] == 1)
            {
                SendClientMessage(playerid, COLOR_DBLUE, "[BSF]:  Vocк jб esta logado.");
                return 1;
            }
            tmp = strtok(cmdtext, idx);
            if(!strlen(tmp))
            {
                SendClientMessage(playerid, COLOR_GRAD1, "USE: /logar [Senha]");
                return 1;
            }
            strmid(tmppass, tmp, 0, strlen(cmdtext), 255);
            OnPlayerLogin(playerid,tmppass);
        }
        return 1;
    }
Reply


Messages In This Thread
[AJUDA]Urgente! - by Geo1996 - 30.04.2012, 16:30
Re: [AJUDA]Urgente! - by Don_Speed - 30.04.2012, 16:32
Re: [AJUDA]Urgente! - by Geo1996 - 30.04.2012, 16:36
Re: [AJUDA]Urgente! - by Don_Speed - 30.04.2012, 16:39
Re: [AJUDA]Urgente! - by Geo1996 - 30.04.2012, 16:42
Re: [AJUDA]Urgente! - by Don_Speed - 30.04.2012, 16:46
Re: [AJUDA]Urgente! - by Geo1996 - 30.04.2012, 16:56
Re: [AJUDA]Urgente! - by ViniBorn - 30.04.2012, 17:31
Re: [AJUDA]Urgente! - by Geo1996 - 30.04.2012, 18:20

Forum Jump:


Users browsing this thread: 5 Guest(s)