7 changed files with 6975 additions and 0 deletions
File diff suppressed because it is too large
File diff suppressed because it is too large
@ -0,0 +1,30 @@ |
|||
#if defined _usercontrol_included |
|||
#endinput |
|||
#endif |
|||
#define _usercontrol_included |
|||
|
|||
public SharedPlugin:__pl_usercontrol = { |
|||
name = "SQL User Control", |
|||
file = "sql_userconnections.smx", |
|||
#if defined REQUIRE_PLUGIN |
|||
required = 1, |
|||
#else |
|||
required = 0, |
|||
#endif |
|||
}; |
|||
|
|||
#if !defined REQUIRE_PLUGIN |
|||
public __pl_usercontrol_SetNTVOptional(){ |
|||
|
|||
MarkNativeAsOptional("UserControl_PlayedTime"); |
|||
|
|||
} |
|||
#endif |
|||
|
|||
/** |
|||
* Returns played time on current map |
|||
* |
|||
* @param client Client Index. |
|||
* @return Seconds on server on current map. |
|||
*/ |
|||
native Int:UserControl_PlayedTime(client); |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue