mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
wow
This commit is contained in:
parent
ac59f75523
commit
0def8c9354
@ -4,7 +4,7 @@
|
|||||||
static cell AMX_NATIVE_CALL amx_pev(AMX *amx,cell *params)
|
static cell AMX_NATIVE_CALL amx_pev(AMX *amx,cell *params)
|
||||||
{
|
{
|
||||||
int index=params[1];
|
int index=params[1];
|
||||||
if (index >= 1 && index <= gpGlobalx->maxClients)
|
if (index >= 1 && index <= gpGlobals->maxClients)
|
||||||
{
|
{
|
||||||
if (!MF_IsPlayerIngame(index))
|
if (!MF_IsPlayerIngame(index))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user