mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-02-04 17:50:30 +03:00
This commit is contained in:
parent
3792e7dc20
commit
391991bfce
@ -773,7 +773,7 @@ accessUser(id, name[] = "")
|
|||||||
|
|
||||||
if (result & 1)
|
if (result & 1)
|
||||||
{
|
{
|
||||||
console_print(id, "* %L", id, "INV_PAS")
|
engclient_print(id, engprint_console, "* %L", id, "INV_PAS")
|
||||||
}
|
}
|
||||||
|
|
||||||
if (result & 2)
|
if (result & 2)
|
||||||
@ -784,12 +784,12 @@ accessUser(id, name[] = "")
|
|||||||
|
|
||||||
if (result & 4)
|
if (result & 4)
|
||||||
{
|
{
|
||||||
console_print(id, "* %L", id, "PAS_ACC")
|
engclient_print(id, engprint_console, "* %L", id, "PAS_ACC")
|
||||||
}
|
}
|
||||||
|
|
||||||
if (result & 8)
|
if (result & 8)
|
||||||
{
|
{
|
||||||
console_print(id, "* %L", id, "PRIV_SET")
|
engclient_print(id, engprint_console, "* %L", id, "PRIV_SET")
|
||||||
}
|
}
|
||||||
|
|
||||||
return PLUGIN_CONTINUE
|
return PLUGIN_CONTINUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user