mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 12:33:21 +00:00
Update things
This commit is contained in:
parent
9590ceb207
commit
d4f9241b3c
25 changed files with 650 additions and 345 deletions
|
@ -15,4 +15,22 @@ native void ApplyTroll(int victim, const char[] name, TrollModifier modifier = T
|
|||
|
||||
forward void OnTrollApplied(int victim, const char[] trollName, int flags = 0, int activator = 0);
|
||||
|
||||
forward void OnTrollMarked(int activator, int victim);
|
||||
forward void OnTrollMarked(int activator, int victim);
|
||||
|
||||
public SharedPlugin __pl_myfile =
|
||||
{
|
||||
name = "feedthetrolls",
|
||||
file = "feedthetrolls.smx",
|
||||
#if defined REQUIRE_PLUGIN
|
||||
required = 1,
|
||||
#else
|
||||
required = 0,
|
||||
#endif
|
||||
};
|
||||
|
||||
#if !defined REQUIRE_PLUGIN
|
||||
public void __pl_myfile_SetNTVOptional()
|
||||
{
|
||||
MarkNativeAsOptional("ApplyTroll");
|
||||
}
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue