[AJUDA] Socio
#1

Bom Estou Com Um Problema nos socios tipo Digito /policiamilitar e o nick do socio continua branco Alguem poderia me ajudar ?


pawn Код:
if(strcmp(cmd, "/policiamilitar", true) == 0)
    {
        if(IsPlayerConnected(playeridgf))
        {
            if(PlayerInfo[playerid][pSocigo] >= 1)
            {
                if(PlayerInfo[playerid][pMembro] != 0 || PlayerInfo[playerid][pLider] != 0)
                {
                    PlayerInfo[playerid][pMembro] = 1;
                    PlayerInfo[playerid][pCargo] = 4;
                    SetPlayerSkin(playerid,21);
                    PlayerInfo[playerid][pChar] = 280;
                    SetPlayerSpawn(playerid);
                    new name[MAX_PLAYER_NAME];
                    GetPlayerName(playerid, name, sizeof(name));
                    format(string, 256, "Sуcio: %s Entrou Para Policia Militar.",name);
                    ProxDetector(70.0, playerid, string, COLOR_DBLUE,COLOR_DBLUE,COLOR_DBLUE,COLOR_DBLUE,COLOR_DBLUE);
                }
            }
        }
        return 1;
    }
Reply


Messages In This Thread
[AJUDA] Socio - by Renato_Silva - 13.10.2011, 22:13
Re: [AJUDA] Socio - by Bruno Pereira - 13.10.2011, 22:15
Re: [AJUDA] Socio - by Renato_Silva - 13.10.2011, 22:37

Forum Jump:


Users browsing this thread: 1 Guest(s)