[DUV] Escudo
#6

Quote:
Originally Posted by TheGarfield
Посмотреть сообщение
Atualize suas includes para 0.3b ou 0.3c.

pawn Код:
if(strcmp("/escudo",cmdtext,true,7)==0)
    {
    if(gTeam[playerid] == 2 || IsACop(playerid))
    {
        if(SetPVarInt(playerid, "Escudo") == 10)
        {
            RemovePlayerAttachedObject(playerid,1);
            RemovePlayerAttachedObject(playerid,2);
            RemovePlayerAttachedObject(playerid,3);
            RemovePlayerAttachedObject(playerid,4);
            SendClientMessage(playerid,0xFFFFFFAA,"[Server Info] Desescudado !");
            SetPVarInt(playerid, "Escudo", 0);
        }
        else if(GetPVarInt(playerid, "Escudo") != 10)
        {
            SetPlayerAttachedObject(playerid,1,19142,1,0.1,0.05,0.0,0.0,0.0,0.0);
            SetPlayerAttachedObject(playerid,2,19141,2,0.11,0.0,0.0,0.0,0.0,0.0);
            SetPlayerAttachedObject(playerid,3,18637,13,0.35,0.0,0.0,0.0,0.0,180.0);
            SetPlayerAttachedObject(playerid,4,18642,7,0.1,0.0,-0.11,0.0,-90.0,90.0);
            SendClientMessage(playerid,0xFFFFFFAA,"[Server Info] Escudado !");
            SetPVarInt(playerid, "Escudo", 10);
        }
    }
        return 1;
    }

I'm Back!
]
se eu nгo usasse includes 0.3c nгo codaria o Fatal Drift com cores em Dialog --'
Reply


Messages In This Thread
[DUV] Escudo - by [FeK]Netizen - 04.03.2011, 22:21
Re: [DUV] Escudo - by LuxurioN™ - 04.03.2011, 22:30
Re: [DUV] Escudo - by Ricop522 - 04.03.2011, 22:31
Re: [DUV] Escudo - by [FeK]Netizen - 04.03.2011, 23:11
Re: [DUV] Escudo - by TheGarfield - 04.03.2011, 23:14
Re: [DUV] Escudo - by [FeK]Netizen - 05.03.2011, 00:11
Re: [DUV] Escudo - by Kruger - 05.03.2011, 00:13
Re: [DUV] Escudo - by LuxurioN™ - 05.03.2011, 00:25
Re: [DUV] Escudo - by Josma_cmd - 05.03.2011, 00:27

Forum Jump:


Users browsing this thread: 2 Guest(s)