[AJUDA]Entrar numa org ao se registrar
#4

pawn Код:
if (strcmp("/cvs", cmdtext, true) == 0)
{
    for(new id = 0; id < MAX_PLAYERS; ++id) {
        SendClientMessage(id, 0xFFFFFFAA, "CV's Online:");
        if(levelcv[id] >= 1) {
            new Nome[24];
            GetPlayerName(id, Nome, sizeof(Nome));
            format(string, sizeof(string), "CV: %s",Nome);
            SendClientMessage(id,0xFF0000B9,string);
        }
    }
    return true;
}
Se sua variavel nгo for levelcv , e so vc trocar..
Reply


Messages In This Thread
[AJUDA]Entrar numa org ao se registrar - by Nake01 - 17.06.2011, 01:35
Re: [AJUDA]Entrar numa org ao se registrar - by Douglas_Lacerda - 17.06.2011, 06:12
Re: [AJUDA]Entrar numa org ao se registrar - by Nake01 - 17.06.2011, 12:16
Re: [AJUDA]Entrar numa org ao se registrar - by [R] ousenber [K] - 17.06.2011, 15:22
Re: [AJUDA]Entrar numa org ao se registrar - by Douglas_Lacerda - 17.06.2011, 15:53
Re: [AJUDA]Entrar numa org ao se registrar - by Nake01 - 17.06.2011, 16:19
Re: [AJUDA]Entrar numa org ao se registrar - by Douglas_Lacerda - 19.06.2011, 07:21
Re: [AJUDA]Entrar numa org ao se registrar - by Nake01 - 19.06.2011, 15:44

Forum Jump:


Users browsing this thread: 1 Guest(s)