Invalid function declaration?
#3

Show us the Code of Line 6403.

Problem #2 (6404) :-
Код:
forward Potato(playerid);
public Potato(playerid)
{
    //Codes
}
Another Example,
Код:
forward countdown();
public countdown()
{
    //Codes
}
EDIT :-
Код:
forward Float:SetPlayerToFacePos(playerid, Float:X, Float:Y);
public Float:SetPlayerToFacePos(playerid, Float:X, Float:Y)
{
    //Codes
}
Reply


Messages In This Thread
Invalid function declaration? - by Laure - 03.06.2014, 04:11
Re: Invalid function declaration? - by xFirex - 03.06.2014, 04:14
Re: Invalid function declaration? - by SAMProductions - 03.06.2014, 04:17
Re: Invalid function declaration? - by Laure - 03.06.2014, 04:19
Re: Invalid function declaration? - by SAMProductions - 03.06.2014, 04:21
Re: Invalid function declaration? - by Laure - 03.06.2014, 04:22
Re: Invalid function declaration? - by SAMProductions - 03.06.2014, 04:24
Re: Invalid function declaration? - by Laure - 03.06.2014, 04:26

Forum Jump:


Users browsing this thread: 1 Guest(s)