16.06.2013, 00:03
Function name is terrible. Function names should indicate what the function does, i.e. start with a verb such as do, set, get, check etc.
You also clearly have no idea what 'dynamic' means. People throw this word around so often it's lost all meaning. Dynamic means the opposite of static - it can be changed. For example, CreateDynamicObject - the object isn't static (always there) - it's loaded and unloaded when players come and go (streamed). What is dynamic about this? Nothing at all.
A better function/inc name would be SetPlayerPosWithDelay or something. Just saying.
You also clearly have no idea what 'dynamic' means. People throw this word around so often it's lost all meaning. Dynamic means the opposite of static - it can be changed. For example, CreateDynamicObject - the object isn't static (always there) - it's loaded and unloaded when players come and go (streamed). What is dynamic about this? Nothing at all.
A better function/inc name would be SetPlayerPosWithDelay or something. Just saying.

