[Ajuda] Pickup
#1

Olб, boa noite. Bom eu andei fazendo vбrios pickup's aqui e tals, porem eu queria saber se tem como liberar apenas para uma profissгo entrar nesse pickup.

Exemplo: Delegacia de LS - Somente Policiais entram nela...

Й porque eu fiz um pedбgio, e um posto, e tem como entrar nele, porйm eu queria que sу a Policia Rodoviбria Entrasse nele...

Obrigado!
Reply
#2

Tem, й sу usar o if.

E quando vocк vai criar o tуpico tem o '' Prefix '' para colocar se й dъvida, pedido etc, nгo precisa colocar no tнtulo.
Reply
#3

Use condiзхes.

PHP код:
if(Profissao[playerid] == 1) {
    
//Passagem liberada
}
else return 
SendClientMessage(playerid, -1"Apenas quem й da profissгo 1 pode entrar"); 
Reply
#4

Luan, tentei aqui mais deu erro, como ficararia no caso?! Assim?
PHP код:
    {
        if( 
pInfoplayerid ][ Prof ] == POL_RODOVIARIA || aInfoplayerid ][ Gerente ] == || aInfoplayerid ][ Admin ] == )
        {
            if( 
pInfoplayerid ][ fardado ] == aInfoplayerid ][ Gerente ] == aInfoplayerid ][ Admin ] == )
            {
        else if( 
IsPlayerInRangeOfPointplayerid2.053.4001, -1530.75445.2698 )) // Pedagio
        
{
            
SetPlayerPosplayerid51.7680, -1530.50125.2866 );
            
pInfoplayerid ][ EntrouL ] = true;
            return 
1;
        }
                }
        } 
O normal й assim:
PHP код:
        else if( IsPlayerInRangeOfPointplayerid2.053.4001, -1530.75445.2698 )) // Pedagio
        
{
            
SetPlayerPosplayerid51.7680, -1530.50125.2866 );
            
pInfoplayerid ][ EntrouL ] = true;
            return 
1;
        } 
Reply
#5

Quais os erros e as linhas?
E o certo й && nгo &.
Reply
#6

Erro "CreateHouse" creio eu que й erro de pontuaзгo aqui:
PHP код:
        else if( IsPlayerInRangeOfPointplayerid2.0627.5673, -571.794117.6481 )) // Delegacia Dillimore
        
{
            
SetPlayerPosplayerid246.375991109.2459941003.218750 );
            
SetPlayerInteriorplayerid10 );
            
SetPlayerVirtualWorldplayerid);
              
pInfoplayerid ][ EntrouL ] = true;
              
SetCameraBehindPlayerplayerid );
              
pInfoplayerid ][ entrouDEL ] = 1;
            return 
1;
        } 
// Esse que estou modificando o /entrar no pedagio: Obs: nгo й para interior, e como se fosse teleporte
        
else if( IsPlayerInRangeOfPointplayerid2.053.4001, -1530.75445.2698 )) // Pedagio
        
{
        if( 
pInfoplayerid ][ Prof ] == POL_RODOVIARIA 
        
{
            
SetPlayerPosplayerid51.7680, -1530.50125.2866 );
            
pInfoplayerid ][ EntrouL ] = true;
            return 
1;
        } 
Reply
#7

Cade o fechamento apуs a condiзгo da variavel? Pode ser este o problema!

pawn Код:
if( pInfo[ playerid ][ Prof ] == POL_RODOVIARIA
Reply
#8

Oshe, era isso e + 1 coisa, tive que adicionar mais uma chave, ficou assim:
PHP код:
        else if( IsPlayerInRangeOfPointplayerid2.053.4001, -1530.75445.2698 )) // Pedagio
        
{
        if( 
pInfoplayerid ][ Prof ] == POL_RODOVIARIA )
        {
             
SetPlayerPosplayerid51.7680, -1530.50125.2866 );
            
pInfoplayerid ][ EntrouL ] = true;
            return 
1;
        }
            else return 
SendClientMessage(playerid, -1"Apenas a Policia Rodoviaria pode entrar");
        } 
Funcionando, Agradeзo a vocкs 3, darei reputaзгo assim que estiver liberada! Obrigado !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)