Fixed small bug

This commit is contained in:
David Anderson 2005-08-01 22:29:19 +00:00
parent 3014e60bdb
commit 17cca4587c

View File

@ -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;
}