Custom mapping go away!
#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


Messages In This Thread
Custom mapping go away! - by toxicape - 21.08.2016, 08:26
Re: Custom mapping go away! - by Tass007 - 21.08.2016, 08:28
Re: Custom mapping go away! - by toxicape - 21.08.2016, 08:30
Re: Custom mapping go away! - by Tass007 - 21.08.2016, 09:08
Re: Custom mapping go away! - by BiosMarcel - 21.08.2016, 09:10
Re: Custom mapping go away! - by toxicape - 21.08.2016, 09:13
Re: Custom mapping go away! - by Tass007 - 21.08.2016, 09:26
Re: Custom mapping go away! - by toxicape - 21.08.2016, 10:25
Respuesta: Custom mapping go away! - by toxicape - 21.08.2016, 19:47
Re: Custom mapping go away! - by WhiteGhost - 21.08.2016, 21:54

Forum Jump:


Users browsing this thread: 1 Guest(s)