Streamer and 8 errors - 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 and 8 errors (
/showthread.php?tid=380959)
Streamer and 8 errors -
amaz1ng - 27.09.2012
Hi. When I load my server i got this:
Код:
SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team
[20:45:29]
[20:45:29] Server Plugins
[20:45:29] --------------
[20:45:29] Loading plugin: sscanf
[20:45:29]
[20:45:29] ===============================
[20:45:29] sscanf plugin loaded.
[20:45:29] © 2009 Alex "******" Cole
[20:45:29] 0.3d-R2 500 Players "dnee"
[20:45:29] ===============================
[20:45:29] Loaded.
[20:45:29] Loading plugin: streamer.dll
[20:45:29]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[20:45:29] Loaded.
[20:45:29] Loading plugin: whirlpool
[20:45:29]
[20:45:29] ==================
[20:45:29]
[20:45:29] Whirlpool loaded
[20:45:29]
[20:45:29] ==================
[20:45:29]
[20:45:29] Loaded.
[20:45:29] Loaded 3 plugins.
[20:45:29]
[20:45:29] Filterscripts
[20:45:29] ---------------
[20:45:29] Loading filterscript 'IG_Job_Maker.amx'...
[20:45:29] *** Streamer Plugin: Obsolete or invalid native "Streamer_RegisterInterface" found (script needs to be recompiled with the latest include file)
[20:45:29] *** Streamer Plugin: Obsolete or invalid native "Streamer_AddPlayer" found (script needs to be recompiled with the latest include file)
[20:45:29] *** Streamer Plugin: Obsolete or invalid native "Streamer_RemovePlayer" found (script needs to be recompiled with the latest include file)
[20:45:29] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyPickup" found (script needs to be recompiled with the latest include file)
[20:45:29] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script needs to be recompiled with the latest include file)
[20:45:29] *** Streamer Plugin: Include file version (unknown version) does not match plugin version (0x26105) (script needs to be recompiled with the latest include file)
[20:45:29] OnFilter
[20:45:29]
[20:45:29] =======================================
[20:45:29] | |
[20:45:29] | YSI version 1.04.0000 |
[20:45:29] | By Alex "******" Cole |
[20:45:29] | |
[20:45:29] | Checking the latest YSI version.. |
[20:45:29] | |
[20:45:29] =======================================
[20:45:29]
[20:45:29]
--------------------------------------
[20:45:29] InGame Job Maker by: Mr.Gagi (Gagi_Corleone)
[20:45:29] --------------------------------------
[20:45:29] Loaded 1 filterscripts.
[20:45:29] *** Streamer Plugin: Include file version (0x26104) does not match plugin version (0x26105) (script needs to be recompiled with the latest include file)
[20:45:29] SSCANF2 Loaded
[20:45:29] Static vehicles loaded.
[20:45:29] Static objects loaded.
[20:45:29] SAPD files loaded successfully.
[20:45:29] Government files loaded successfully.
[20:45:29] Hitman Agency files loaded successfully.
[20:45:29] LSM files loaded successfully.
[20:45:29] News Agency files loaded successfully.
[20:45:29] Families loaded successfully.
[20:45:29] Points loaded successfully.
[20:45:29] Businesses loaded successfully.
[20:45:29] Houses loaded successfully.
[20:45:29] Doors loaded successfully.
[20:45:29] Gates loaded successfully.
[20:45:29] Doors loaded successfully.
[20:45:29] Arrest Point loaded successfully.
[20:45:29] Drugs loaded successfully.
[20:45:29] Products loaded successfully.
[20:45:29] Static pickups loaded.
[20:45:29] MOTDs loaded successfully.
[20:45:30] OnGameo
[20:45:30]
----------------------------------
[20:45:30] TELNET Roleplay - By Zaiat
[20:45:30] ----------------------------------
[20:45:30] Number of vehicle models: 26
[20:45:30]
[20:45:30] ========================================
[20:45:30] | |
[20:45:30] | Could not connect to update server |
[20:45:30] | at this time, (your code will |
[20:45:30] | still work (response was 001)). |
[20:45:30] | |
[20:45:30] ========================================
Its the newest streamer.-
https://sampforum.blast.hk/showthread.php?tid=102865
When I recompile my gamemode i Got 8 errors..
Код:
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(2622) : error 017: undefined symbol "E_STREAMER_ATTACH_OFFSET_Z"
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(5038) : error 017: undefined symbol "AttachDynamicObjectToVehicle"
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(5048) : error 017: undefined symbol "AttachDynamicObjectToVehicle"
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(7607) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(7607) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(7607) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(7612) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(7612) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(7612) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(7718) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(7718) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(7718) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(7723) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(7723) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(7723) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(7731) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(7731) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(7731) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(7736) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(7736) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(7736) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(14252) : error 017: undefined symbol "EditDynamicObject"
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(14264) : error 017: undefined symbol "EditDynamicObject"
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(18396) : error 017: undefined symbol "E_STREAMER_ATTACH_OFFSET_Z"
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(19157) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditDynamicObject")
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(22638) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(22638) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(22638) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(22660) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(22660) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(22660) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(22786) : error 017: undefined symbol "E_STREAMER_ATTACH_OFFSET_Z"
C:\DOCUME~1\Axl\Desktop\RPMOD~1\_G-T-A~1\GAMEMO~1\ZRP.pwn(22820) : error 017: undefined symbol "E_STREAMER_ATTACH_OFFSET_Z"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
8 Errors.
Every comment will be appreciated.
Re: Streamer and 8 errors -
.v - 27.09.2012
Send me your Gamemode I will fix it.
Re: Streamer and 8 errors - Jarnu - 27.09.2012
Try a re-download and re-compile your GM with that.. and make sure.. you really replaced the old one with new one
coz sometimes we forgot to do that :"p
Re: Streamer and 8 errors -
amaz1ng - 30.09.2012
@Jarnu - the point is that the gamemode is edited.. I don't want to lose my updates..
@.v - how can i send it ? Give me skype or email