How do I use the streamer correctly?
#2

Quote:
Originally Posted by Mark_Weston
Посмотреть сообщение
Hey there samp community.

I am having problems with the intectigo streamer.


Код:
[09:08:57] 
[09:08:57] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script needs to be recompiled with the latest include file)
[09:08:57] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyPickup" found (script needs to be recompiled with the latest include file)
[09:08:57] *** Streamer Plugin: Obsolete or invalid native "Streamer_RemovePlayer" found (script needs to be recompiled with the latest include file)
[09:08:57] *** Streamer Plugin: Obsolete or invalid native "Streamer_AddPlayer" found (script needs to be recompiled with the latest include file)
[09:08:57] *** Streamer Plugin: Obsolete or invalid native "Streamer_RegisterInterface" found (script needs to be recompiled with the latest include file)

[09:08:57] ----------------------------------
[09:08:57]   Loading filterscript 'radio.amx'...
[09:08:57] *** Streamer Plugin: Obsolete or invalid native "Streamer_CallbackHook" found (script needs to be recompiled with the latest include file)
[09:08:57]   Loading filterscript 'bumpsfc.amx'...
[09:08:57] *** Streamer Plugin: Obsolete or invalid native "Streamer_CallbackHook" found (script needs to be recompiled with the latest include file)
[09:08:57]   Loading filterscript 'FC2.amx'...
[09:08:57] *** Streamer Plugin: Obsolete or invalid native "Streamer_CallbackHook" found (script needs to be recompiled with the latest include file)
[09:08:57]   Loading filterscript 'FC.amx'...
[09:08:57] *** Streamer Plugin: Obsolete or invalid native "Streamer_CallbackHook" found (script needs to be recompiled with the latest include file)
[09:08:57]   Loading filterscript 'acadamy.amx'...
[09:08:57] *** Streamer Plugin: Obsolete or invalid native "Streamer_CallbackHook" found (script needs to be recompiled with the latest include file)
[09:08:57]   Loading filterscript 'army.amx'...
[09:08:57] ---------------
[09:08:57] Filterscripts
[09:08:57]
I tried whatever I could nothing worked.
So how do I use the streamer correctly for maps??

This is what I do:

pawn Код:
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT

#include <a_samp>
#include <streamer>
#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print("FORT CARSON");
    print("--------------------------------------\n");
    return 1;
}

public OnFilterScriptExit()
{
    return 1;
}

#else


#endif


public OnPlayerSpawn(playerid)
{

//*map here//

}
Note: I did that 'script needs to be recompiled with the latest include file'
Plugin would show that message when your script is compiled in v2.5.2 R2 include and the plugin version your using would be v2.6.
Reply


Messages In This Thread
How do I use the streamer correctly? - by Mark_Weston - 12.02.2012, 15:10
Re: How do I use the streamer correctly? - by Mark™ - 12.02.2012, 15:20
Re: How do I use the streamer correctly? - by Mark_Weston - 12.02.2012, 15:40
Re: How do I use the streamer correctly? - by Mark™ - 12.02.2012, 15:42
Re: How do I use the streamer correctly? - by Mark_Weston - 12.02.2012, 15:45
Re: How do I use the streamer correctly? - by Mark™ - 12.02.2012, 15:51
Re: How do I use the streamer correctly? - by Mark™ - 12.02.2012, 15:55
Re: How do I use the streamer correctly? - by Mark_Weston - 12.02.2012, 15:58
Re: How do I use the streamer correctly? - by ReneG - 12.02.2012, 16:01
Re: How do I use the streamer correctly? - by Mark™ - 12.02.2012, 16:03

Forum Jump:


Users browsing this thread: 2 Guest(s)