12.02.2012, 15:10
Hey there samp community.
I am having problems with the intectigo streamer.
I tried whatever I could nothing worked.
So how do I use the streamer correctly for maps??
This is what I do:
Note: I did that 'script needs to be recompiled with the latest include file'
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]
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//
}