sfcnr/filterscripts/objects.pwn

29 lines
355 B
Plaintext
Raw Normal View History

2016-12-20 15:28:30 +00: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()
{
2017-07-27 23:16:43 +00:00
return 1;
}
2018-01-30 09:32:02 +00:00
public OnFilterScriptExit()
2017-12-12 16:22:15 +00:00
{
return 1;
}
2018-01-30 09:32:02 +00:00
2017-07-27 23:16:43 +00:00
public OnPlayerConnect(playerid)
{
2016-12-20 15:28:30 +00:00
return 1;
}