22.04.2014, 23:24
What do you mean it isn't closed??
You're probably missing another closing bracket else where.
pawn Код:
public OnPlayerPressButton(playerid, buttonid)
{
if(buttonid == BotonGarageSAPD)
{
SendClientMessage(playerid,-1,"Testing");
}
return 1;
}

