17.09.2010, 05:19
Quote:
Bro why this C:\Documents and Settings\p\Desktop\Gas.pwn(165) : warning 235: public function lacks forward declaration (symbol "IsAtFuelStation")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning. |

OR if you want to use public for some reason add this in the beginning of ur script (at the declarations just under #include <a_samp>) just put this: (but stock just looks cleaner without needing an forward.)
pawn Код:
forward IsAtFuelStation()