This commit is contained in:
David Anderson 2004-09-12 00:17:21 +00:00
parent ac59f75523
commit 0def8c9354

View File

@ -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))
{ {