Custom mapping go away!
#1

Im with the latest Streamer 2.8.2 but my mapping still go away, what i need to put in the script or the filterscript.
Reply
#2

How do you mean it "goes away"? Do you see it and then suddenly it disappears or do you not see it at all? My suggestion is for you to give us more information. How are you putting the objects into your script and what does your server_log.txt say?
Reply
#3

It's showing for a hour-two when there's no people like 5 mins when i get my custom mapping go away. server_log is not saying anything, i mean when i put the streamer i put only the include and the plugin then i recompile i didn't add anything on the script.
Reply
#4

What are you trying to accomplish?? If you're trying to have objects or "custom mapping" on your server you need to put them into your script. You need to explain more, and what you've done.
Reply
#5

maybe your serevr is too weak or you have too much objects
Reply
#6

How i said i make filterscript for the custom mapping. So my gates which i make IG are going away too. Someone told me its from the streamer, and am asking again, do i need to put something onto the script when i put the plugin?
Reply
#7

Show the script in which you are trying to load the custom map. Can you show your filterscript??
Reply
#8

Yea here is it:
Quote:

#define FILTERSCRIPT

#include <a_samp>
#include <streamer>

#pragma tabsize 0


#define MAX_STATIC_OBJECTS 275
new StaticObject[MAX_STATIC_OBJECTS];

public OnFilterScriptInit()

and its finish like this:
Quote:

public OnFilterScriptExit()
{
for(new o=0; o<MAX_STATIC_OBJECTS; o++)
{
DestroyObject(o);
}
return 1;
}

Reply
#9

BUMP.
Reply
#10

Remove this. #pragma tabsize 0

PHP код:
for(new o=0o<MAX_STATIC_OBJECTSo++) // ? 
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)