--- amxmod_compat/vexdum.sma 2007/11/16 15:29:57 17 +++ amxmod_compat/vexdum.sma 2010/10/11 23:53:51 44 @@ -118,7 +118,7 @@ { new buffer = engfunc(EngFunc_GetInfoKeyBuffer, id) - return engfunc(EngFunc_SetClientKeyValue, buffer, key, value) + return engfunc(EngFunc_SetClientKeyValue, id, buffer, key, value) } GetClientKeyValue(id, const key[], value[], maxlen)