[HELP] with CreateDynamicObject
#1

somebody know how to define createdynamicobject , when im compile i get errors :

Quote:

C:\Documents and Settings\xy\Desktop\SAMP\ravens\Raven's Roleplay 0.3c\filterscripts\neon.pwn(355) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\xy\Desktop\SAMP\ravens\Raven's Roleplay 0.3c\filterscripts\neon.pwn(356) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\xy\Desktop\SAMP\ravens\Raven's Roleplay 0.3c\filterscripts\neon.pwn(357) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\xy\Desktop\SAMP\ravens\Raven's Roleplay 0.3c\filterscripts\neon.pwn(35 : error 017: undefined symbol "CreateDynamicObject"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.

Reply
#2

Can you post the code please?

pawn Код:
//Post your code here by typing [pawn]
Ok? [/pawn]
Reply
#3

Just use CreateObject lol
Reply
#4

Quote:
Originally Posted by tanush
Посмотреть сообщение
Just use CreateObject lol
yea i know for CreateObject , but when im using CreateObject then i can add only 400 objects , using CreateDynamicObject you can add more than 400 but i dont know how to define C..DynamicO..
if you know another way to add more than 400 objects tell me please
Reply
#5

To use CreateDynamicObject, you need to use Incognito's streamer, which you can get from here. Now, after you downloaded it, place it in pawno/includes.

After that, under #include <a.samp>, put #include <streamer>

And it`s defined. You can freely use CreateDynamicObject. Have fun.
Reply
#6

Quote:
Originally Posted by Alex_Obando
Посмотреть сообщение
Can you post the code please?

pawn Код:
//Post your code here by typing [pawn]
Ok? [/pawn]
Код:
public OnGameModeInit()
{
           CreateDynamicObject(1497,2110.984130,-1864.980834,13.914264,-22.000000,90.000000,269.521881);
	CreateDynamicObject(1295,2141.174804,-1872.536743,13.553890,0.000000,0.000000,48.962463);
	CreateDynamicObject(1492,2091.812011,-1863.636474,12.488705,0.000000,0.000000,267.749847);
	CreateDynamicObject(969,2091.745605,-1873.954101,11.835894,0.000000,0.000000,89.181465);
           return 1;
}
//this is only one part
and this is errors:

Код:
C:\Documents and Settings\xy\Desktop\SAMP\ravens\Raven's Roleplay 0.3c\filterscripts\neon.pwn(355) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\xy\Desktop\SAMP\ravens\Raven's Roleplay 0.3c\filterscripts\neon.pwn(356) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\xy\Desktop\SAMP\ravens\Raven's Roleplay 0.3c\filterscripts\neon.pwn(357) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\xy\Desktop\SAMP\ravens\Raven's Roleplay 0.3c\filterscripts\neon.pwn(358) : error 017: undefined symbol "CreateDynamicObject"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Reply
#7

Quote:
Originally Posted by antonio112
Посмотреть сообщение
To use CreateDynamicObject, you need to use Incognito's streamer, which you can get from here. Now, after you downloaded it, place it in pawno/includes.

After that, under #include <a.samp>, put #include <streamer>

And it`s defined. You can freely use CreateDynamicObject. Have fun.
its work thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)