Sets an integer value in an entity's property. This function is considered safer and more robust over SetEntData, because it performs strict offset checking and typing rules.
native void SetEntProp(int entity, PropType type, const char[] prop, any value, int size = 4, int element = 0)