Quote:
Originally Posted by Fredden1993
I've installed the .dll in my plugins and added it to my server.cfg, added the .inc in the inlude folder also included streamer in my script.
pawn Код:
error 017: undefined symbol "INVALID_PLAYER_ID" warning 235: public function lacks forward declaration (symbol "OnFilterScriptInit") error 017: undefined symbol "funcidx" warning 215: expression has no effect error 001: expected token: ";", but found ")" error 029: invalid expression, assumed zero fatal error 107: too many error messages on one line
I might be a noob in this but what do from this step?
|
sounds like you forgot to include a_samp.inc or included it after the streamer.inc.
You should include a_samp.inc on the very top of your script.