[AJUDA] /Pedircontas
#1

Ola , Gostaria que Alguem me ajudasse tipo assim
Quando o Player da /pedircontas ele morre e vai pro spawn eu queria que tipo pedisse contas e ficasse no lugar e tambem os socios podem trocar de org sem pedir contas tipo ta na Policia Militar ai digita /groove e vai direto nem precisa pedir contas

PHP код:
    if(strcmp(cmd"/pedircontas"true) == 0)
    {
        if(
gPlayerLogged[playerid] == 1)
        {
            if(
GetPlayerOrg(playerid) < 1)  { SendClientMessage(playeridCOLOR_WHITE"Vocк й civil ¬¬"); return 1; }
             
DemitirInfoOrg(PlayerNamex(playerid));
            
gTeam[playerid] = 3;
            
PlayerInfo[playerid][pTeam] = 3;
            
PlayerInfo[playerid][pMembro] = 0;
            
PlayerInfo[playerid][pCargo] = 0;
            
PlayerInfo[playerid][pLider] = 0;
            
PlayerInfo[playerid][pFMember] = 255;
            
SetPlayerColor(playeridCOLOR_WHITE);
            
SetPlayerHealth(playerid0.0);
            if(
PlayerInfo[playerid][pSex] == 1)
            {
                
SetPlayerSkin(playerid185);
                
PlayerInfo[playerid][pChar] = 185;
                
PlayerInfo[playerid][pModel] = 185;
            }
            else if(
PlayerInfo[playerid][pSex] == 2)
            {
                
SetPlayerSkin(playerid193);
                
PlayerInfo[playerid][pChar] = 193;
                
PlayerInfo[playerid][pModel] = 193;
            }
            
SendClientMessage(playeridCOLOR_WHITE"Voce pediu contas da sua organizacao, agora voce e um civil");
        }
        return 
1;
    } 
Reply


Messages In This Thread
[AJUDA] /Pedircontas - by Renato_Silva - 09.10.2011, 15:11
Re: [AJUDA] /Pedircontas - by ViniBorn - 09.10.2011, 15:21
Re: [AJUDA] /Pedircontas - by Renato_Silva - 09.10.2011, 15:28
Re: [AJUDA] /Pedircontas - by ViniBorn - 09.10.2011, 15:40
Re: [AJUDA] /Pedircontas - by Renato_Silva - 09.10.2011, 15:47
Re: [AJUDA] /Pedircontas - by ViniBorn - 09.10.2011, 15:54
Re: [AJUDA] /Pedircontas - by Renato_Silva - 09.10.2011, 15:59
Re: [AJUDA] /Pedircontas - by ViniBorn - 09.10.2011, 16:04
Re: [AJUDA] /Pedircontas - by Renato_Silva - 09.10.2011, 16:05
Re: [AJUDA] /Pedircontas - by ViniBorn - 09.10.2011, 16:11

Forum Jump:


Users browsing this thread: 2 Guest(s)