2016-12-21 02:28:30 +11:00
|
|
|
/*
|
|
|
|
* SF Custom Objects
|
|
|
|
*
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <a_samp>
|
|
|
|
#include <streamer>
|
|
|
|
#include <zcmd>
|
|
|
|
|
|
|
|
#define SetObjectInvisible(%0) SetDynamicObjectMaterialText(%0, 0, " ", 140, "Arial", 64, 1, -32256, 0, 1)
|
|
|
|
stock tmpVariable;
|
|
|
|
|
|
|
|
public OnFilterScriptInit()
|
|
|
|
{
|
2018-03-17 05:28:58 +11:00
|
|
|
|
2017-07-28 09:16:43 +10:00
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
2018-01-30 20:32:02 +11:00
|
|
|
public OnFilterScriptExit()
|
2017-12-13 03:22:15 +11:00
|
|
|
{
|
|
|
|
return 1;
|
|
|
|
}
|
2018-01-30 20:32:02 +11:00
|
|
|
|
2017-07-28 09:16:43 +10:00
|
|
|
public OnPlayerConnect(playerid)
|
|
|
|
{
|
2016-12-21 02:28:30 +11:00
|
|
|
return 1;
|
|
|
|
}
|