mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 10:23:21 +00:00
Update stuff
This commit is contained in:
parent
8fa970da0d
commit
3b4efecb8e
6 changed files with 58 additions and 7 deletions
|
@ -176,7 +176,7 @@ ArrayList GetPhrasesArray(const char[] key) {
|
|||
|
||||
stock int FindClosestClientAdminPriority(int source, float pos[3]) {
|
||||
int c = FindClosestAdmin(source, pos);
|
||||
if(c == -1) return FindClosestClient(source, ignoreBots, pos);
|
||||
if(c == -1) return FindClosestClient(source, true,pos);
|
||||
else return c;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue