Help pls
#1

i have add a map in to my server but an error comes
Код:
C:\Documents and Settings\bob\Desktop\Satdm\SATDM~0RP 0.3d\Gamemodes\SATDM_v9.5.pwn(44901) : error 021: symbol already defined: "CreateDynamicObject"
Pawn compiler 3.2.3664              Copyright © 1997-2006, ITB CompuPhase


1 Error.
i have try alot but still
Reply
#2

show the error line... we cannot read your script, i think you can download streamer again and try draging the include and plugin to your server. if you still have a problem just show the error line
Reply
#3

This i used for FS
Код:
C:\Documents and Settings\bob\Desktop\STUNT\stunt 0.3d\pawno\new.pwn(224) : error 001: expected token: "#endif", but found "-end of file-"
Pawn compiler 3.2.3664              Copyright © 1997-2006, ITB CompuPhase


1 Error.
And this i used for my GM
Код:
C:\Documents and Settings\bob\Desktop\Satdm\SATDM~0RP 0.3d\Gamemodes\SATDM_v9.5.pwn(44901) : error 021: symbol already defined: "CreateDynamicObject"
Pawn compiler 3.2.3664              Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#4

I said show the error line, go on your gamemode and do (l-ctrl + g), then type in 44901 and copy that line. You cannot get help faster if you don't have the error line
Reply
#5

Код:
CreateDynamicObject(18450,1334.15734900,-1203.15039100,201.09379600,0.00000000,0.00000000,0.00000000); //delux object
This the line have the error
Reply
#6

Umm, do you have stock CreateDynamicObject...? if so remove that line, or try reinstalling streamer, or try convert CreateDynamicObject to CreateObject
Reply
#7

what is this stock CreateDynamicObject ?
and if i do CreateObject it will have the same error and the same line
Reply
#8

Umm do you have 0.3c or 0.3d or 0.3b
Reply
#9

Copying your map and randomly pasting it somewhere in your code does not work! Put it in OnFilterScriptInit/OnGameModeInit.
Reply
#10

i add it
public OnGameModeInit
It Shows the error
Код:
C:\Documents and Settings\bob\Desktop\Satdm\SATDM~RP v13.5\Gamemodes\SATDM_v13.pwn(50717) : error 021: symbol already defined: "zcmd_OnGameModeInit"
C:\Documents and Settings\bob\Desktop\Satdm\SATDM~RP v13.5\Gamemodes\SATDM_v13.pwn(50717) : warning 209: function "zcmd_OnGameModeInit" should return a value
C:\Documents and Settings\bob\Desktop\Satdm\SATDM~RP v13.5\Gamemodes\SATDM_v13.pwn(50718) : error 021: symbol already defined: "CreateDynamicObject"
Pawn compiler 3.2.3664              Copyright © 1997-2006, ITB CompuPhase


2 Errors.
lines
Код:
CreateDynamicObject(18450,1328.21655300,-1172.94177200,201.10565200,0.00000000,0.00000000,-337.50078922); //delux object(1)
Код:
CreateDynamicObject(18450,1334.15734900,-1203.15039100,201.09379600,0.00000000,0.00000000,0.00000000); //delux object
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)