a bit help please.
#1

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
Reply
#2

Show us your code
Reply
#3

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.
Reply
#4

top of script
pawn Код:
#include streamer
and install the plugins to.
Reply
#5

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...
Reply
#6

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)