17.03.2013, 18:05
forward IsAtFishPlace(playerid);
make sure this line is directly above the public.
Or another simpler way:
Then replace the "public" with "PUB:"
make sure this line is directly above the public.
Or another simpler way:
pawn Код:
#define PUB:%1(%2) forward %1(%2); public %1(%2)