Add ThirdPerson + FullUpdate

This commit is contained in:
BotoX
2017-02-26 00:28:40 +01:00
parent 028213944f
commit 33a8bb32c6
5 changed files with 248 additions and 0 deletions
@@ -0,0 +1,24 @@
#if defined _FullUpdate_Included
#endinput
#endif
#define _FullUpdate_Included
native bool ClientFullUpdate(int client);
public SharedPlugin __pl_FullUpdate =
{
name = "FullUpdate",
file = "FullUpdate.smx",
#if defined REQUIRE_PLUGIN
required = 1,
#else
required = 0,
#endif
};
#if !defined REQUIRE_PLUGIN
public __pl_FullUpdate_SetNTVOptional()
{
MarkNativeAsOptional("ClientFullUpdate");
}
#endif