[Ajuda] Yom_Buttons
#6

Acho que o erro й este :

pawn Код:
public OnPlayerPressButton(playerid, buttonid)
{
    if(buttonid == BotonGarageSAPD)
    {
        SendClientMessage(playerid,-1,"Probando");
    }
    return 1;
}
return 1;
}
Para que duas returns te retoranando 1 ?

Tente isto :

pawn Код:
public OnPlayerPressButton(playerid, buttonid)
{
    if(buttonid == BotonGarageSAPD)
    {
        SendClientMessage(playerid,-1,"Probando");
    }
    return 1;
}
return 0;
}
Se nгo funcionar poste ae
Reply


Messages In This Thread
[Ajuda] Yom_Buttons - by juandiegox - 22.04.2014, 00:30
Re: [Ajuda] Yom_Buttons - by Fel486 - 22.04.2014, 00:41
Re: [Ajuda] Yom_Buttons - by juandiegox - 22.04.2014, 01:37
Re: [Ajuda] Yom_Buttons - by Fel486 - 22.04.2014, 01:49
Re: [Ajuda] Yom_Buttons - by juandiegox - 22.04.2014, 01:53
Re: [Ajuda] Yom_Buttons - by N3XTMapper - 22.04.2014, 02:01
Re: [Ajuda] Yom_Buttons - by juandiegox - 22.04.2014, 02:11
Re: [Ajuda] Yom_Buttons - by N3XTMapper - 22.04.2014, 02:17
Re: [Ajuda] Yom_Buttons - by juandiegox - 22.04.2014, 02:37
Re: [Ajuda] Yom_Buttons - by N3XTMapper - 22.04.2014, 02:41

Forum Jump:


Users browsing this thread: 4 Guest(s)