07.02.2009, 18:41
If you have
and your function is
Then you will recieve that error
EDIT: Ooops, Just seen the response from micki501
pawn Код:
forward MyFunction(my, function);
pawn Код:
public MyFuction(function, my);
{
return 1;
}
EDIT: Ooops, Just seen the response from micki501