SA-MP Forums Archive
[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:iXFloat:iYFloat:iZ;
    
GetPlayerPos(playeridiXiYiZ);
    
CreateExplosion(1040.0480,    1944.9474,    22.4719712.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
pawn Code:
public bomba(playerid);
para

pawn Code:
public bomba(playerid)



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.