Streamer error ! - 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: Streamer error ! (
/showthread.php?tid=358980)
Streamer error ! -
xSkullx - 12.07.2012
Hi everybody.
I'm working at a server and i receive Run Time Error 19. I've solved it but he gives me these errors:
pawn Код:
C:\Users\Administrator\Desktop\Romania Stunt For\pawno\include\streamer.inc(156) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\Administrator\Desktop\Romania Stunt For\pawno\include\streamer.inc(382) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Administrator\Desktop\Romania Stunt For\pawno\include\streamer.inc(404) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Administrator\Desktop\Romania Stunt For\pawno\include\streamer.inc(406) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Re: Streamer error ! -
God'Z War - 12.07.2012
Use Latest Streamer Plugins With Includes 3e
Those are all things added in 0.3e, which must mean you haven't installed it correctly!
Re: Streamer error ! -
Skaizo - 12.07.2012
Get the latest includes (3.e).
SA-MP Download Page
Re: Streamer error ! -
xSkullx - 12.07.2012
I have benn updated the includes and something else but now i receive this error:
pawn Код:
D:\RWS UPDATAT\pawno\include\waterinclude.dll(1260) : warning 201: redefinition of constant/macro (symbol "OnPlayerCommandText")
Line:
pawn Код:
forward SetPlayerRandomSpawnPirate(playerid);
Re: Streamer error ! -
God'Z War - 12.07.2012
Add this in your script
Not Tested
Re: Streamer error ! -
xSkullx - 12.07.2012
It's added.
Re: Streamer error ! -
God'Z War - 12.07.2012
Can you post the Script here
Re: Streamer error ! -
xSkullx - 12.07.2012
It's gamemode error what to post?
Re: Streamer error ! -
xSkullx - 12.07.2012
Server log errors:
pawn Код:
[16:05:05] Error: Function not registered: 'Streamer_RegisterInterface'
[16:05:05] Error: Function not registered: 'Streamer_AddPlayer'
[16:05:05] Error: Function not registered: 'Streamer_RemovePlayer'
[16:05:05] Error: Function not registered: 'Streamer_VerifyPickup'
[16:05:05] Error: Function not registered: 'Streamer_VerifyCheckpoint'
[16:05:05] Error: Function not registered: 'Audio_CreateTCPServer'
[16:05:05] Error: Function not registered: 'Audio_AddPlayer'
[16:05:05] Error: Function not registered: 'Audio_RemovePlayer'
[16:05:05] Error: Function not registered: 'CreateDynamic3DTextLabel'
[16:05:05] Error: Function not registered: 'Audio_Stop'
[16:05:05] Error: Function not registered: 'Audio_PlayStreamed'
[16:05:05] Error: Function not registered: 'Audio_SetVolume'
[16:05:05] Error: Function not registered: 'DestroyDynamicObject'
[16:05:05] Error: Function not registered: 'sscanf'
[16:05:05] Script[gamemodes/res.amx]: Run time error 19: "File or function is not found"
[16:05:05] Number of vehicle models: 0
[16:05:43] Incoming connection: 5.174.157.119:61557
[16:05:44] [join] []xWolfx[] has joined the server (0:5.174.157.119)
[16:05:55] [part] []xWolfx[] has left the server (0:1)
[16:06:00] --- Server Shutting Down.
Streamer is updated to the last version..
Re: Streamer error ! -
xSkullx - 12.07.2012
Quote:
Originally Posted by xSkullx
Server log errors:
pawn Код:
[16:05:05] Error: Function not registered: 'Streamer_RegisterInterface' [16:05:05] Error: Function not registered: 'Streamer_AddPlayer' [16:05:05] Error: Function not registered: 'Streamer_RemovePlayer' [16:05:05] Error: Function not registered: 'Streamer_VerifyPickup' [16:05:05] Error: Function not registered: 'Streamer_VerifyCheckpoint' [16:05:05] Error: Function not registered: 'Audio_CreateTCPServer' [16:05:05] Error: Function not registered: 'Audio_AddPlayer' [16:05:05] Error: Function not registered: 'Audio_RemovePlayer' [16:05:05] Error: Function not registered: 'CreateDynamic3DTextLabel' [16:05:05] Error: Function not registered: 'Audio_Stop' [16:05:05] Error: Function not registered: 'Audio_PlayStreamed' [16:05:05] Error: Function not registered: 'Audio_SetVolume' [16:05:05] Error: Function not registered: 'DestroyDynamicObject' [16:05:05] Error: Function not registered: 'sscanf' [16:05:05] Script[gamemodes/res.amx]: Run time error 19: "File or function is not found" [16:05:05] Number of vehicle models: 0 [16:05:43] Incoming connection: 5.174.157.119:61557 [16:05:44] [join] []xWolfx[] has joined the server (0:5.174.157.119) [16:05:55] [part] []xWolfx[] has left the server (0:1) [16:06:00] --- Server Shutting Down.
Streamer is updated to the last version..
|
With nativechecker i have receive these errors...i need to solve it quick please!