a bit help please. - 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: a bit help please. (
/showthread.php?tid=368992)
a bit help please. -
Daboy - 15.08.2012
what's wrong?
[13:45:59] Error: Function not registered: 'mysql_fetch_row'
[13:45:59] Error: Function not registered: 'Streamer_CellDistance'
[13:45:59] Script[gamemodes/IBP.amx]: Run time error 19: "File or function is not found"
[13:45:59] Number of vehicle models: 0
Re: a bit help please. -
lamarr007 - 15.08.2012
Show us your code
Re: a bit help please. -
Daboy - 15.08.2012
C:\Users\Admin\Desktop\RP.NYD.lv\IBP Roleplay\Take this\pawno\include\/IBP/Publics/OnGameModeInit.pwn(4) : error 017: undefined symbol "Streamer_CellDistance"
C:\Users\Admin\Desktop\RP.NYD.lv\IBP Roleplay\Take this\pawno\include\/IBP/Publics/Audio_OnSetPack.pwn(1) : warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: a bit help please. -
Devilxz97 - 15.08.2012
top of script
and install the plugins to.
Re: a bit help please. -
JaKe Elite - 15.08.2012
define Streamer_CellDistance (no not #define)
for the public function lacks forward
this is the ex. for the problem
pawn Код:
public KickIt(playerid)
{
//code
}
the warning show up.
here is you need to do for that warning.
pawn Код:
forward KickIt(playerid);
that is example only..
Edit:
^_^ has the answer...
Re: a bit help please. -
Daboy - 15.08.2012
C:\Users\Admin\Desktop\RP.NYD.lv\IBP Roleplay\Take this\pawno\include\streamer.inc(157) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\Admin\Desktop\RP.NYD.lv\IBP Roleplay\Take this\pawno\include\streamer.inc(377) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Admin\Desktop\RP.NYD.lv\IBP Roleplay\Take this\pawno\include\streamer.inc(399) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Admin\Desktop\RP.NYD.lv\IBP Roleplay\Take this\pawno\include\streamer.inc(401) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\Admin\Desktop\RP.NYD.lv\IBP Roleplay\Take this\pawno\include\/IBP/Publics/Audio_OnSetPack.pwn(1) : warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
i add stream and yeah 2 errors