[Ajuda] error 055: start of function body without function header - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] error 055: start of function body without function header (
/showthread.php?tid=500583)
error 055: start of function body without function header -
AndersonAq - 14.03.2014
Porque ta dando erro nesse codigo?
PHP Code:
forward bomba(playerid);
public bomba(playerid);
{
new Float:iX, Float:iY, Float:iZ;
GetPlayerPos(playerid, iX, iY, iZ);
CreateExplosion(1040.0480, 1944.9474, 22.4719, 7, 12.0);
return 1;
}
Re: error 055: start of function body without function header -
LucasPR2013 - 14.03.2014
@EDIT
kk nao vi o ;
no public mas nao entendo porque tem
getplayerpos?
Re: error 055: start of function body without function header -
JonathanFeitosa - 14.03.2014
troque
para
Re: error 055: start of function body without function header -
AndersonAq - 14.03.2014
o que isso tem aver?'-'
nгo funcionou nгo Lucas.
obrigado jhonatan, funcionou.