SA-MP Forums Archive
CreateDynamicObject HELP!!!!!!!!!! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: CreateDynamicObject HELP!!!!!!!!!! (/showthread.php?tid=427788)



CreateDynamicObject HELP!!!!!!!!!! - emmaus09 - 03.04.2013

Hello Guys I want to use CreateDynamicObject if i compile it compile fine but when i enter my server the Object is not there Please Help me !!!

Hello Guys I want to use CreateDynamicObject if i compile it compile fine but when i enter my server the Object is not there Please Help me !!!

Hello Guys I want to use CreateDynamicObject if i compile it compile fine but when i enter my server the Object is not there Please Help me !!!

Hello Guys I want to use CreateDynamicObject if i compile it compile fine but when i enter my server the Object is not there Please Help me !!!


Re: CreateDynamicObject HELP!!!!!!!!!! - Vin Diesel - 03.04.2013

Can you give us more examples ?
you mean map objects or what?


Re: CreateDynamicObject HELP!!!!!!!!!! - Spydah - 03.04.2013

Try to update you're include.


Re: CreateDynamicObject HELP!!!!!!!!!! - emmaus09 - 03.04.2013

Map Objects


Re: CreateDynamicObject HELP!!!!!!!!!! - Stanford - 03.04.2013

Make sure that you've in your server.cfg near plugins "streamer" and make sure that you've included the newest streamer (0.3x at the moment). in addition make sure that you've the newest samp 0.3x includes. and after you put them you've to re-compile it.


Re: CreateDynamicObject HELP!!!!!!!!!! - Ciandlah - 03.04.2013

1) Add this line to your server.cfg
Plugins streamer.dll
2) Add #include <streamer> into your pwn code
3) Make sure you have added the stock line if this doesnt work


Re: CreateDynamicObject HELP!!!!!!!!!! - Sithis - 03.04.2013

Could you show us some code? Without it, it'll be very hard to help you.


Re: CreateDynamicObject HELP!!!!!!!!!! - emmaus09 - 03.04.2013

What Plugins I Update ??


Re: CreateDynamicObject HELP!!!!!!!!!! - Ciandlah - 03.04.2013

Download Incognitos Streamer and add them into the right files then add what i said before


Re: CreateDynamicObject HELP!!!!!!!!!! - MP2 - 03.04.2013

Quote:
Originally Posted by Spydah
Посмотреть сообщение
Try to update you're include.
Update 'you are' include?

@OP: Stop being so impatient with the title and the copy and pasting. We are not going to rush to help you if you do that.

Does the server log show anything?


Re: CreateDynamicObject HELP!!!!!!!!!! - emmaus09 - 03.04.2013

The PWN Coding is Fine But When I enter My server ,The object is no there


Re: CreateDynamicObject HELP!!!!!!!!!! - emmaus09 - 03.04.2013

Im not copy and pasting i use samp map construction
Quote:

Update 'you are' include?

Quote:

copy and pasting

What include?


Re: CreateDynamicObject HELP!!!!!!!!!! - emmaus09 - 03.04.2013

please link of these includes

My include are:

#include < a_samp >
#include < sscanf2 >
#include < streamer >


Re: CreateDynamicObject HELP!!!!!!!!!! - emmaus09 - 03.04.2013

My CreateDynamicObject Code

CreateDynamicObject(1655, 252.29715000, 2516.06884800, 16.71806900, 0.00000000, 0.00000000, 89.99998128, 2, 0, -1, 250);
CreateDynamicObject(1655, 252.30578600, 2524.79077100, 16.71431500, 0.00000000, 0.00000000, 89.99998128, 2, 0, -1, 250);
CreateDynamicObject(1655, 245.27175900, 2516.06494100, 20.91154500, 16.32929716, 0.00000000, 89.99998128, 2, 0, -1, 250);
CreateDynamicObject(1655, 245.26594500, 2524.76342800, 20.91966100, 16.32929716, 0.00000000, 89.99998128, 2, 0, -1, 250);
CreateDynamicObject(16776, 233.80139200, 2520.29785200, 17.43843700, 0.00000000, 0.00000000, 0.00000000, 2, 0, -1, 250);
CreateDynamicObject(1655, 213.60952800, 2515.53637700, 16.71389400, 0.00000000, 0.00000000, -89.99998128, 2, 0, -1, 250);

Is there any Problem?


Re: CreateDynamicObject HELP!!!!!!!!!! - Stanford - 03.04.2013

no problems, but update the streamer and the samp include files and re-compile it with them and that's it.


Re: CreateDynamicObject HELP!!!!!!!!!! - emmaus09 - 04.04.2013

Thank you so much


Re: CreateDynamicObject HELP!!!!!!!!!! - MP2 - 04.04.2013

Quote:
Originally Posted by emmaus09
Посмотреть сообщение
Im not copy and pasting i use samp map construction
I was referring to this:

Quote:
Originally Posted by emmaus09
Посмотреть сообщение
Hello Guys I want to use CreateDynamicObject if i compile it compile fine but when i enter my server the Object is not there Please Help me !!!

Hello Guys I want to use CreateDynamicObject if i compile it compile fine but when i enter my server the Object is not there Please Help me !!!

Hello Guys I want to use CreateDynamicObject if i compile it compile fine but when i enter my server the Object is not there Please Help me !!!

Hello Guys I want to use CreateDynamicObject if i compile it compile fine but when i enter my server the Object is not there Please Help me !!!
I assumed you didn't write it out each time.