View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-15-2015 , 03:03   Re: [CS] Player Models API 1.2
Reply With Quote #30

Actually, I fixed the natives related to setting a model, which is going to be merged soon : https://github.com/alliedmodders/amxmodx/pull/255
Essentially, the issue is an engine bug which doesn't check for overflow, so solution is to send each update to the next frame.
This is actually similar to the above API except it sets right away the model for maximizing backward compatibility but force postponing engine update to next frame.

If you want to see how it's done, it's basically this file and this one.

EDIT: Merged!
__________________

Last edited by Arkshine; 07-15-2015 at 16:40.
Arkshine is offline