PHP Code:
"%i %i %i - %i %i %i"
Aren't
mins and
maxs supposed to be floats?
Or maybe try
PHP Code:
native SetModelCollisionBox(entity);
Code:
/**
* Sets entity size to the models collision box.
*
* @param entity The entity index to set the value on.
*
* @return 1 on success, 0 on faillure.
*
* @error Invalid entity.
* Invalid model pointer.
*/
I believe that is also in 1.8.3.
And for moderators: it should be "failure", not "fail
lure" in @return line.