[Ajuda]
#3

Vou dar um exemplo pq nгo sei como й o seu cуdigo pra definir a AQ

pawn Код:
new ALQAEDA[2];
public OnGameModeInit
{
    ALQAEDA[0] = AddStaticVehicleEx(522,...; //
    ALQAEDA[1] = AddStaticVehicleEx(522,...); //
}

public OnPlayerEnteVehicle
{
       new Float:X,Float:Y,Float:Z;
       GetPlayerPos(playerid,X,Y,Z);
       for(new i=0; i < TOTALPLAYERS; i++)
        if() // Aqui vc coloca o que define a gang por exemplo if(gangdoplayer != alqaeda)
        {
            for(new i=0; i < sizeof(ALQAEDA); i++)
            {
                if(vehicleid == ALQAEDA[i] && ispassenger == 0)
                {
                    SetPlayerPos(playerid,X,Y,Z);
                    SendClientMessage(playerid,0xFFFFAA,"[INFO] Esse veнculo й exclusivo da Al-Qaeda.");
                }
            }
        }
}
Reply


Messages In This Thread
[Ajuda] - by Felipe_capone - 10.08.2011, 16:38
Re: [Ajuda] - by [R] ousenber [K] - 10.08.2011, 16:42
Re: [Ajuda] - by trollv - 10.08.2011, 16:46
Re: [Ajuda] - by Felipe_capone - 10.08.2011, 16:56

Forum Jump:


Users browsing this thread: 2 Guest(s)