Sets a vector of floats in an entity, given a named network property. This function is considered safer and more robust over SetEntDataVector, because it performs strict offset checking and typing rules.
native void SetEntPropVector(int entity, PropType type, const char[] prop, const float vec[3], int element = 0)