need help with one error +REP - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: need help with one error +REP (
/showthread.php?tid=366848)
need help with one error +REP -
HyDrAtIc - 07.08.2012
hey this is last request today guys
pawn Код:
C:\Users\Admin\Desktop\zGamingRoleplay\pawno\include\streamer.inc(406) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
i already have
#define SELECT_OBJECT_PLAYER_OBJECT
Re: need help with one error +REP -
FalconX - 07.08.2012
Quote:
Originally Posted by James_Nick
hey this is last request today guys
pawn Код:
C:\Users\Admin\Desktop\zGamingRoleplay\pawno\include\streamer.inc(406) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
i already have
#define SELECT_OBJECT_PLAYER_OBJECT
|
Quote:
The error lines are not from your game mode. They are from the plugin streamer.
How to fix:
Download the SAMP 0.3e Windows server files again. Download Icognito's Streamer again. Extract them in new folders. Copy , streamer.inc to Pawno>Include. And streamer.dll and streamer.so to plugins folder.
Try then!
|
![Smiley](images/smilies/smile.png)
this will help you
Re: need help with one error +REP -
damiantof71 - 07.08.2012
Be sure to include the streamer
Re: need help with one error +REP -
HyDrAtIc - 08.08.2012
Quote:
Originally Posted by FalconX
![Smiley](images/smilies/smile.png) this will help you
|
i did it already not working
Respuesta: Re: need help with one error +REP -
HarlemSAMP - 08.08.2012
Quote:
Originally Posted by James_Nick
i did it already not working
|
Cause once you updated the plugins you need to recompile your script, also make sure a_samp is at first place in your script.
Re: Respuesta: Re: need help with one error +REP -
HyDrAtIc - 08.08.2012
Quote:
Originally Posted by HarlemSAMP
Cause once you updated the plugins you need to recompile your script, also make sure a_samp is at first place in your script.
|
pawn Код:
// Includes
#include <a_samp>
and already re-compiled
Respuesta: Re: Respuesta: Re: need help with one error +REP -
HarlemSAMP - 08.08.2012
Quote:
Originally Posted by James_Nick
pawn Код:
// Includes #include <a_samp>
and already re-compiled
|
So you're still getting the same errors? if you still getting the same error, update your pawn compiler along with your includes, that should be fine.
Re: need help with one error +REP -
HyDrAtIc - 08.08.2012
ok thanks i will try
Re: Respuesta: Re: need help with one error +REP -
HyDrAtIc - 08.08.2012
Quote:
Originally Posted by HarlemSAMP
So you're still getting the same errors? if you still getting the same error, update your pawn compiler along with your includes, that should be fine.
|
THANKS +RPPED