[AJUDA] GZ + Arma + Reset
#8

Sampizito e Caroline, Obrigado, consegui tudo *-* +Rep pra vcs.
Pena q as minhas nao contam... mais ta valendo

@ EDIT:

Gente, sу tem um pequeno problema: Copilei sem erros, porem a GangZone nao aparece a as funзхes nao funcionam, o player nao recebe armas, nem menssagens... Nada !!
Alguem ajuda ?

Codigo Inteiro e agora Copilando sem Erros:
pawn Код:
// TOPO
new AreaDM
//
forward OnPlayerEnterDM(playerid, areaid);
forward OnPlayerLeaveDM(playerid, areaid);

public OnGameModeInit()
    AreaDM = GangZoneCreate(1896.7390,742.824,1957.0397,663.5784);
    return 1;
}

public OnPlayerSpawn(playerid)
{
    GangZoneShowForPlayer(playerid, AreaDM, 0xC0C0C096);    
    return 1;
}

public OnPlayerEnterDM(playerid, areaid)
{
    if(areaid == ArenaDM)
    {    
    GameTextForPlayer(playerid, "~w~Armas ~b~ Liberadas !!!", 4000, 3);
    SendClientMessage(playerid,AMARELO_ATENCAO, "Vocк Entrou na бrea de DM e ganhou novas Armas.");
    SendClientMessage(playerid,AMARELO_ATENCAO, "Mate TODOS e ganhe Pontos e Dinheiro !!");
    GivePlayerWeapon(playerid,24, 99999);
    return 1;
}
    return 1;
}
    public OnPlayerLeaveDM(playerid, areaid)
{
    if(areaid == AreaDM)
{
    GameTextForPlayer(playerid, "~w~Armas ~r~ Removidas !!!", 4000, 3);
    SendClientMessage(playerid,AMARELO_ATENCAO, "Vocк saiu da Бrea de DM e suas armas foram Removidas");
    ResetPlayerWeapons(playerid);
    return 1;
}
    return 1;
}
Reply


Messages In This Thread
[AJUDA] GZ + Arma + Reset - by Mr_Taxi - 23.12.2011, 01:41
Re: [AJUDA] GZ + Arma + Reset - by Sampizito - 23.12.2011, 01:46
Re: [AJUDA] GZ + Arma + Reset - by Sampizito - 23.12.2011, 01:49
Re: [AJUDA] GZ + Arma + Reset - by Mr_Taxi - 23.12.2011, 01:55
Re: [AJUDA] GZ + Arma + Reset - by Sampizito - 23.12.2011, 01:58
Re: [AJUDA] GZ + Arma + Reset - by [O.z]Caroline - 23.12.2011, 02:14
Re: [AJUDA] GZ + Arma + Reset - by Sampizito - 23.12.2011, 02:22
Re: [AJUDA] GZ + Arma + Reset - by Mr_Taxi - 23.12.2011, 03:21
Re: [AJUDA] GZ + Arma + Reset - by FallenHtz - 23.12.2011, 08:11
Re: [AJUDA] GZ + Arma + Reset - by Mr_Taxi - 23.12.2011, 13:28

Forum Jump:


Users browsing this thread: 2 Guest(s)