[Ajuda]Portoes nao abrem
#6

Eu acho que seu codigo estб correto, sу fiz indenta-lo melhor.

PHP код:
//Topo GM

new PortaoDeLicencas;
forward PortaoLicencas(playerid);

//OnGameModeInit

PortaoDeLicencas CreateDynamicObject(969,1413.13378906,276.82910156,18.55468750,0.00000000,0.00000000,313.74755859); //Fechado

if(!strcmp(cmdtext"/abrirportao"true)) // para o instrutor
{
    if(
PlayerInfo[playerid][pLeader] == 11)
    {
        if (
PlayerToPoint(15playerid,1413.13378906,276.82910156,18.55468750)) //local onde pode usar o comando
        
{
            
MoveObject(PortaoDeLicencas,1419.46032715,270.71334839,18.554687500.8); //cordenadas portao aberto
            
SetTimer("PortaoLicencas"120000);
            
SendClientMessage(playeridCOLOR_BLUE,"A garagem foi aberta e serб fechada em 7 segundos.");
            
GetPlayerName(playeridsendernamesizeof(sendername));
            
format(stringsizeof(string), "* %s abre o portгo."sendername);
            
ProxDetector(30.0playeridstringCOLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
            
PlayerPlaySound(playerid11531413.13378906,276.82910156,18.55468750);
            return 
1;
        }
        return 
1;
    }
    return 
1;
}

//FIM DO GM

public PortaoLicencas(playerid)
{
    
MoveObject(PortaoDeLicencas,1413.13378906,276.82910156,18.554687500.97); // Cordenadas portao fechado
    
PlayerPlaySound(playerid11531413.13378906,276.82910156,18.55468750); //Som id 1153 [cordenadas a frente] <--cordenadas para ouvir o som
    
return 1;

Se vocк tiver alguma outra mudanг no GM, poste ela aqui.
Reply


Messages In This Thread
[Ajuda]Portoes nao abrem - by [Dk]TuReTOo - 31.05.2011, 20:22
Re: [Ajuda]Portoes nao abrem - by Shadoww5 - 31.05.2011, 20:42
Re: [Ajuda]Portoes nao abrem - by [Dk]TuReTOo - 31.05.2011, 20:49
Re: [Ajuda]Portoes nao abrem - by TheGarfield - 31.05.2011, 21:02
Re: [Ajuda]Portoes nao abrem - by [Dk]TuReTOo - 31.05.2011, 21:25
Re: [Ajuda]Portoes nao abrem - by Shadoww5 - 31.05.2011, 22:05
Re: [Ajuda]Portoes nao abrem - by [Dk]TuReTOo - 31.05.2011, 22:24
Re: [Ajuda]Portoes nao abrem - by Power_GamerX - 31.05.2011, 22:41
Re: [Ajuda]Portoes nao abrem - by [Dk]TuReTOo - 31.05.2011, 22:44
Re: [Ajuda]Portoes nao abrem - by Shadoww5 - 31.05.2011, 22:49

Forum Jump:


Users browsing this thread: 1 Guest(s)