#1

Hey everbody I am new to scripting but I am a very good mapper. I have a question because when I try to add this function :
Код:
//Map Bug Fixes
CreateDynamicObject(2755, 967.841552, -53.172443, 1001.944946, 0.000000, 0.000000, -92.700065);//
It gives me these following errors.
C:\Users\Aaron\Desktop\RP\gamemodes\larp.pwn(83651 ) : error 021: symbol already defined: "CreateDynamicObject"

What do I need to add in order to make this work?
Reply
#2

I will give rep for anyone how helps.
Reply
#3

This Function is already defined by the Incognito Streamer!!!

Have you create a line like

PHP код:
new CreateDynamicObject
or

PHP код:
#define CreateDynamicObject 
or

PHP код:
stock CreateDynamicObject 
or

PHP код:
native CreateDynamicObject(....); 
or did you have an Include with the same Function?
Reply
#4

Under which callback are you adding it ?
Reply
#5

Include streamer.
Download Streamer 2.6 include and plugin.

And copy the include to Pawno->Include folder.
And then include it under a_samp
pawn Код:
#include <a_samp>
#include <streamer>

//Below that your objects.
Reply
#6

Quote:
Originally Posted by [xB]Lordz
Посмотреть сообщение
Include streamer.
Download Streamer 2.6 include and plugin.

And copy the include to Pawno->Include folder.
And then include it under a_samp
pawn Код:
#include <a_samp>
#include <streamer>

//Below that your objects.
ALREADY DEFINED (Already Included)
Reply
#7

It is already defined just download the latest Incognito streamer plugin (v.2.6.1)
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)