SA-MP Forums Archive
[MAPPING] My third problem in the past 30 minutes? - 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: [MAPPING] My third problem in the past 30 minutes? (/showthread.php?tid=584952)



[MAPPING] My third problem in the past 30 minutes? - BarFix - 09.08.2015

Hello again.. you'll probably see another "HELP" after this from me.. so here goes...

I added a converted mapping to my newly designed script.. and i get this error.

Код:
C:\Users\Luke\Desktop\SCRIPT\gamemodes\SBRP.pwn(643) : error 021: symbol already defined: "CreateObject"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
keep in mine i started this script yesterday.. and have not defined "CreateObject" at any point.


Re: [MAPPING] My third problem in the past 30 minutes? - MrSwift - 09.08.2015

Did you define it ? Remove that and just paste the mapping somewhere.


Re: [MAPPING] My third problem in the past 30 minutes? - Zens - 09.08.2015

Also, use CreateDynamicObject and use a streamer. )


Re: [MAPPING] My third problem in the past 30 minutes? - Abagail - 09.08.2015

Show your code.


Re: [MAPPING] My third problem in the past 30 minutes? - BarFix - 20.08.2015

It's all good, for some reason I added the mapping to the top of my script, and it codes and reads from the top to the bottom, not including my defines.


Re: [MAPPING] My third problem in the past 30 minutes? - Mariciuc223 - 20.08.2015

You need to put it OnGameModeInit( ) or OnFilterScriptInit( ) - depends what type of script you have xD