[Help] Error Yom_Buttons
#9

Quote:
Originally Posted by itsCody
Посмотреть сообщение
What do you mean it isn't closed??

pawn Код:
public OnPlayerPressButton(playerid, buttonid)
{
    if(buttonid == BotonGarageSAPD)
    {
        SendClientMessage(playerid,-1,"Testing");
    }
    return 1;
}
You're probably missing another closing bracket else where.
Is that public, i put this:
pawn Код:
public OnPlayerPressButton(playerid, buttonid)
{
    if(buttonid == BotonGarageSAPD)
    {
        SendClientMessage(playerid,-1,"Probando");
    }
     return 1;
}
return false;
}
I put a if and pulls no errors, the problem is it anyway does not execute the function of sending message, fuck this script is very rare, I do not understand it does not work me
Reply


Messages In This Thread
[Help] Error Yom_Buttons - by juandiegox - 21.04.2014, 21:49
Re: [Help] Error Yom_Buttons - by juandiegox - 22.04.2014, 00:25
Re: [Help] Error Yom_Buttons - by juandiegox - 22.04.2014, 21:29
Re: [Help] Error Yom_Buttons - by NoahF - 22.04.2014, 22:55
Re: [Help] Error Yom_Buttons - by itsCody - 22.04.2014, 23:00
Re: [Help] Error Yom_Buttons - by NoahF - 22.04.2014, 23:03
Re: [Help] Error Yom_Buttons - by juandiegox - 22.04.2014, 23:21
Re: [Help] Error Yom_Buttons - by itsCody - 22.04.2014, 23:24
Re: [Help] Error Yom_Buttons - by juandiegox - 22.04.2014, 23:28
Re: [Help] Error Yom_Buttons - by juandiegox - 22.04.2014, 23:58

Forum Jump:


Users browsing this thread: 1 Guest(s)