mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-05 19:53:20 +00:00
6 lines
No EOL
205 B
SourcePawn
6 lines
No EOL
205 B
SourcePawn
#if defined _activitymonitor_included_
|
|
#endinput
|
|
#endif
|
|
#define _activitymonitor_included_
|
|
|
|
native bool AddLog(const char[] type, const char[] clientName, const char[] targetName, const char[] message); |