SA-MP Forums Archive
Whats up here ! - 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: Whats up here ! (/showthread.php?tid=371980)



Whats up here ! - BigBaws - 25.08.2012

error 021: symbol already defined: "MoveDynamicObject"


Re: Whats up here ! - Shetch - 25.08.2012

Show us the line where you get the error.


Re : Whats up here ! - BigBaws - 25.08.2012

C:\Users\mininou\Desktop\MNRP\gamemodes\MNRP.pwn(7 3732) : error 021: symbol already defined: "MoveDynamicObject"
C:\Users\mininou\Desktop\MNRP\gamemodes\MNRP.pwn(7 3735) : error 010: invalid function or declaration
C:\Users\mininou\Desktop\MNRP\gamemodes\MNRP.pwn(7 373 : error 010: invalid function or declaration
C:\Users\mininou\Desktop\MNRP\gamemodes\MNRP.pwn(7 3740) : error 010: invalid function or declaration
C:\Users\mininou\Desktop\MNRP\gamemodes\MNRP.pwn(7 3744) : error 021: symbol already defined: "MoveDynamicObject"
C:\Users\mininou\Desktop\MNRP\gamemodes\MNRP.pwn(7 3747) : error 010: invalid function or declaration
C:\Users\mininou\Desktop\MNRP\gamemodes\MNRP.pwn(7 3750) : error 010: invalid function or declaration
C:\Users\mininou\Desktop\MNRP\gamemodes\MNRP.pwn(7 3752) : error 010: invalid function or declaration
C:\Users\mininou\Desktop\MNRP\gamemodes\MNRP.pwn(7 3756) : error 021: symbol already defined: "MoveDynamicObject"
C:\Users\mininou\Desktop\MNRP\gamemodes\MNRP.pwn(7 3759) : error 010: invalid function or declaration
C:\Users\mininou\Desktop\MNRP\gamemodes\MNRP.pwn(7 3762) : error 010: invalid function or declaration
C:\Users\mininou\Desktop\MNRP\gamemodes\MNRP.pwn(7 3764) : error 010: invalid function or declaration
C:\Users\mininou\Desktop\MNRP\gamemodes\MNRP.pwn(7 376 : error 021: symbol already defined: "MoveDynamicObject


Re: Whats up here ! - Akira297 - 25.08.2012

Make sure everything is spaced out evenly.

Код:
  Example1
  Example2
  Example3
Incorrect1 <-- 
  Example4



Re : Whats up here ! - BigBaws - 25.08.2012

evreything is good i dont know why the MoveObject & the MovedynamicObject dont works .. did i should add a includes !


Re: Whats up here ! - Lordzy - 25.08.2012

Include streamer below a_samp.
Example
pawn Код:
#include <a_samp>
#include <streamer>
//Also you might need streamer plugin to run Dynamic Objects.



Re : Whats up here ! - BigBaws - 25.08.2012

Fixed its not from includes & thanks to all who want to helps me you got rep+