Sorry neon, but im reverting this for now.

This commit is contained in:
zaCade
2019-05-22 20:49:27 +02:00
parent 227f3a6c05
commit d761e82294
3 changed files with 5 additions and 62 deletions
-30
View File
@@ -1,30 +0,0 @@
#if defined _A2SFixes_included
#endinput
#endif
#define _A2SFixes_included
native bool FakePlayers(int amount);
public Extension __ext_RevEmuAPI =
{
name = "A2SFixes",
file = "A2SFixes.ext",
#if defined AUTOLOAD_EXTENSIONS
autoload = 1,
#else
autoload = 0,
#endif
#if defined REQUIRE_EXTENSIONS
required = 1,
#else
required = 0,
#endif
};
#if !defined REQUIRE_EXTENSIONS
public __ext_A2SFixes_SetNTVOptional()
{
MarkNativeAsOptional("FakePlayers");
}
#endif