Jump to content
  • 0

Erori CreateDynamicObject


Sm0ke

Question

Am creat niste obiecte la locul de spawn cu "Map Construction" , le-am luat codurile, le-am dat 'Conevert' de pe site-ul ala cu www.convertffs.com , dupa care le-am bagat in "pubil OnGameModeInit", dau sa compilez gm-ul si imi da urmatoarele erori:

C:\PROGRA~1\SANAND~1\Server\GAMEMO~1\gf.pwn(14037) : error 017: undefined symbol "CreateDynamicObject"

C:\PROGRA~1\SANAND~1\Server\GAMEMO~1\gf.pwn(14038) : error 017: undefined symbol "CreateDynamicObject"

C:\PROGRA~1\SANAND~1\Server\GAMEMO~1\gf.pwn(14039) : error 017: undefined symbol "CreateDynamicObject"

C:\PROGRA~1\SANAND~1\Server\GAMEMO~1\gf.pwn(14040) : error 017: undefined symbol "CreateDynamicObject"

C:\PROGRA~1\SANAND~1\Server\GAMEMO~1\gf.pwn(14041) : error 017: undefined symbol "CreateDynamicObject"

C:\PROGRA~1\SANAND~1\Server\GAMEMO~1\gf.pwn(14042) : error 017: undefined symbol "CreateDynamicObject"

C:\PROGRA~1\SANAND~1\Server\GAMEMO~1\gf.pwn(14043) : error 017: undefined symbol "CreateDynamicObject"

C:\PROGRA~1\SANAND~1\Server\GAMEMO~1\gf.pwn(14044) : error 017: undefined symbol "CreateDynamicObject"

C:\PROGRA~1\SANAND~1\Server\GAMEMO~1\gf.pwn(14045) : error 017: undefined symbol "CreateDynamicObject"

C:\PROGRA~1\SANAND~1\Server\GAMEMO~1\gf.pwn(14046) : error 017: undefined symbol "CreateDynamicObject"

C:\PROGRA~1\SANAND~1\Server\GAMEMO~1\gf.pwn(14047) : error 017: undefined symbol "CreateDynamicObject"

C:\PROGRA~1\SANAND~1\Server\GAMEMO~1\gf.pwn(14048) : error 017: undefined symbol "CreateDynamicObject"

C:\PROGRA~1\SANAND~1\Server\GAMEMO~1\gf.pwn(14049) : error 017: undefined symbol "CreateDynamicObject"

C:\PROGRA~1\SANAND~1\Server\GAMEMO~1\gf.pwn(14050) : error 017: undefined symbol "CreateDynamicObject"

C:\PROGRA~1\SANAND~1\Server\GAMEMO~1\gf.pwn(14051) : error 017: undefined symbol "CreateDynamicObject"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

15 Errors.

Daca m-ati putea ajuta... n-am nici cea mai vaga idee ce sa ii fac...!

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

1.Downloadezi streamerul https://samp-streamer-plugin.googlecode.com/files/streamer_plugin_v2_6_1_r84.zip

2.Intri Arhiva/Pawno/Includes

3.Copii streamer.inc in include-urile de la PAWNO-ul tau

4.Adaugi asta mai jos de :

#include < a_samp >

Asta:

#include < streamer >

Link to comment
Share on other sites

Mersi fain!  +1 Respect! m-ai ajutat mult cu chestia asta, si cred ca si pe alti care sunt incepatori si pateau la fel!

Eroare cand deschid samp-server.exe!

Script[gamemodes/gf.amx]: Run time error 19: "File or function is not found"

Link to comment
Share on other sites

In gm le am pe astea:

#include <a_samp>

#include < streamer >

#include <core>

#include <float>

#include <time>

#include <file>

#include <utils>

#include <morphinc>

//#include <streamer>

//#include <MidoStream>

#include <Dini>

//#include <YSI\y_colors.inc>

si in pawno/include le am pe astea:

http://postimg.org/image/4caffkdtd/

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.