mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 16:33:21 +00:00
Minor HS fixes
This commit is contained in:
parent
09fe247134
commit
24ca8e73cc
4 changed files with 16 additions and 40 deletions
|
@ -312,6 +312,7 @@ public Action OnClientSayCommand(int client, const char[] command, const char[]
|
|||
|
||||
|
||||
public Action Command_Join(int client, int args) {
|
||||
if(!isEnabled) return Plugin_Continue;
|
||||
static float tpLoc[3];
|
||||
GetSpawnPosition(tpLoc);
|
||||
if(args == 1) {
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
#include <hideandseek/hsgame>
|
||||
#include <hideandseek/hscmds>
|
||||
#include <hideandseek/hsents>
|
||||
#include <hideandseek/hscmds>
|
||||
|
||||
static KeyValues kv;
|
||||
StringMap mapConfigs;
|
||||
|
||||
static float DEFAULT_SCALE[3] = { 5.0, 5.0, 5.0 };
|
||||
|
||||
bool ReloadMapDB() {
|
||||
if(kv != null) {
|
||||
delete kv;
|
||||
|
|
|
@ -308,4 +308,5 @@ stock void GetViewVector(float fVecAngle[3], float fOutPut[3])
|
|||
|
||||
bool Filter_IgnoreAll(int entity, int mask) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue