Posts: 350
Threads: 20
Joined: May 2013
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.
|
FUCK, YOU FUCKING LOVE YOU'RE THE BEST YOU ARE A FUCKING GENIOOOOO THANK THOSE INSULTS ARE LOVING, YOU ARE THE BEST MAN, THANK YOU HAD REASON MY PROBLEM WAS THAT THERE WAS GOOD ENDING PUBLIC OnPlayerDeath sorry the capital letters, I'm excited, many thanks I seriously seriously thank you very much you're the best!
this was what I had to close
pawn Код:
public OnVehicleDeath(vehicleid)
{
arr_Engine{vehicleid} = 0;
return 1;
}
return 1;
}