SA-MP Forums Archive
Streamer Error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Streamer Error (/showthread.php?tid=525498)



Streamer Error - hossam22 - 12.07.2014

Hi I Made A CreateDynamicCP Thing And It Compiled Successfully.
But When I Start My Server It Says This In The Console
Quote:

[03:33:22] *** Streamer Plugin: Warning: Include file version (unknown version) does not match plugin version (0x27201) (script might need to be recompiled with the latest include file)
[03:33:22] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script might need to be recompiled with the latest include file)
[03:33:22] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_VerifyPickup" found (script might need to be recompiled with the latest include file)
[03:33:22] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_RemovePlayer" found (script might need to be recompiled with the latest include file)
[03:33:22] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_AddPlayer" found (script might need to be recompiled with the latest include file)
[03:33:22] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_RegisterInterface" found (script might need to be recompiled with the latest include file)
[03:33:22] Error: Function not registered: 'IsPlayerInDynamicCP'
[03:33:22] Error: Function not registered: 'CreateDynamicCP'
[03:33:22] Error: Function not registered: 'Streamer_VerifyCheckpoint'
[03:33:22] Error: Function not registered: 'Streamer_VerifyPickup'
[03:33:22] Error: Function not registered: 'Streamer_RemovePlayer'
[03:33:22] Error: Function not registered: 'Streamer_AddPlayer'
[03:33:22] Error: Function not registered: 'Streamer_RegisterInterface'

All I Know That I Have To Get The Streamer To Version 0x27201 But I Just Can't Find It Can Anyone Help Out??


Re: Streamer Error - Sledgehammer - 12.07.2014

https://sampforum.blast.hk/showthread.php?tid=102865 - Add the include in your pawno > include folder then recompile your script. Then it should be fixed.


Re: Streamer Error - hossam22 - 12.07.2014

Ok Thank You