diff --git a/dlls/esforces/esfmod/esf_avatars.cpp b/dlls/esforces/esfmod/esf_avatars.cpp index 6a6cd390..aef2b56d 100755 --- a/dlls/esforces/esfmod/esf_avatars.cpp +++ b/dlls/esforces/esfmod/esf_avatars.cpp @@ -100,7 +100,7 @@ static cell AMX_NATIVE_CALL esf_avatar_setmodel(AMX *amx, cell *params) } int len; const char *str = MF_GetAmxString(amx, params[2], 0, &len); - SET_MODEL(player, STRING(ALLOC_STRING(str))); + SET_MODEL(pEntity, STRING(ALLOC_STRING(str))); return 1; }