25.01.2015, 12:48
You shouldn't add the dynamic objects under OnPlayerConnect, the reason is: because everytime a player that connects to your server the objects will be created over again, and you do not want this to happen as this will cause lag and other negative things to your server.
I doubt that you updated the plugin & include properly, or the positions might be incorrect.
- If this didn't work, try by replacing CreateDynamicObject to CreateObject and tell us the results as we might find for you a solution or something.
I doubt that you updated the plugin & include properly, or the positions might be incorrect.
- If this didn't work, try by replacing CreateDynamicObject to CreateObject and tell us the results as we might find for you a solution or something.