CreateObject - CreateDynamicObject
#1

i using Raven's RolePlay and i have 2 errors..

Код:
C:\Documents and Settings\Toni Bedy\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(83955) : error 021: symbol already defined: "CreateObject"
C:\Documents and Settings\Toni Bedy\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(84003) : error 021: symbol already defined: "CreateDynamicObject"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
please help
Reply
#2

Show us the code where are the errors. We can't help you without the code.
Reply
#3

i think you have somewhere in the script
Код:
new CreateDinamicObject;
if you have that you need to delete it
Reply
#4

I just had this problem. Your create objects in the wrong section it's suppose to be under AddPlayerClass
Are you using the plugin streamer?
I really need Rep+, you can rep me if i helped you.
Reply
#5

Quote:
Originally Posted by Kerlan
Посмотреть сообщение
I just had this problem. Your create objects in the wrong section it's suppose to be under AddPlayerClass
Are you using the plugin streamer?
I really need Rep+, you can rep me if i helped you.
This is wrong infomation, create your objects under public OnGameModeInit()

https://sampwiki.blast.hk/wiki/CreateObject

AddPlayerClass is not even a callback. Just a heads up.
Reply
#6

Objects can be created in every callback or function.
Reply
#7

Quote:
Originally Posted by AndreT
Посмотреть сообщение
Objects can be created in every callback or function.
This is also true, but that was'nt my point. As i said "just a heads up" to avoid confusion.
Reply
#8

used YSI Inc.
Reply
#9

Quote:

#include <a_samp>
#include <a_players>

Try To Remove These Then Add Them Again.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)