21.05.2016, 18:01
Check the returned value of CreateDynamicObjectEx, if it isn't alright (0 or probably INVALID_OBJECT_ID) then it is indeed a problem of the function (which I doubt will happen).
Also, make sure that the player is in one of the specified virtual worlds !
EDIT: After checking Streamer's source, I noticed something: https://github.com/samp-incognito/sa...tended.cpp#L53 :
params[15] shouldn't be params[14], according to the include parameters order ? I think it's streamer's problem.
Also, make sure that the player is in one of the specified virtual worlds !
EDIT: After checking Streamer's source, I noticed something: https://github.com/samp-incognito/sa...tended.cpp#L53 :
Код:
Utility::convertArrayToContainer(amx, params[10], params[15], object->worlds);