[AJUDA] Comando habilitado por nome
#6

pawn Код:
if (strcmp(cmdtext, "/pe", true) == 0)    
{
    new sendername[MAX_PLAYER_NAME];
    GetPlayerName(playerid,sendername,sizeof(sendername));

    if(strfind(sendername, (PE), true) != -1)
        SetPlayerSkin(playerid, 179);
    else
        SendClientMessage(playerid, COLOR_WHITE, "Vocк nгo й Polнcia do Exйrcito.");

    return 1;
}
Reply


Messages In This Thread
[AJUDA] Comando habilitado por nome - by Mattos - 31.08.2011, 18:34
Re: [AJUDA] Comando habilitado por nome - by vitorpedro - 31.08.2011, 18:39
Re: [AJUDA] Comando habilitado por nome - by StrondA_ - 31.08.2011, 19:04
Re: [AJUDA] Comando habilitado por nome - by Lipe_Stronda - 31.08.2011, 19:09
Re: [AJUDA] Comando habilitado por nome - by Mattos - 31.08.2011, 19:14
Re: [AJUDA] Comando habilitado por nome - by ViniBorn - 31.08.2011, 19:29
Re: [AJUDA] Comando habilitado por nome - by StrondA_ - 31.08.2011, 19:40
Re: [AJUDA] Comando habilitado por nome - by Mattos - 31.08.2011, 19:45

Forum Jump:


Users browsing this thread: 1 Guest(s)