diff --git a/natives.cpp b/natives.cpp index 43ac838..a8dbed3 100644 --- a/natives.cpp +++ b/natives.cpp @@ -477,6 +477,7 @@ cell_t Native_SetParamVector(IPluginContext *pContext, const cell_t *params) pContext->LocalToPhysAddr(params[3], &buffer); paramStruct->newParams[index] = new Vector(sp_ctof(buffer[0]), sp_ctof(buffer[1]), sp_ctof(buffer[2])); + paramStruct->isChanged[index] = true; return 1; } }