Please Help Me Guys
#1

when i tried to compile new script of "Gammix" i found this error please help me please please please

Quote:

C:\Users\Sunil\Desktop\World War IV (build 7)\pawno\include\spikestrip.inc(264) : warning 201: redefinition of constant/macro (symbol "OnVehicleDamageStatusUpdate")
C:\Users\Sunil\Desktop\World War IV (build 7)\gamemodes\worldwar.pwn(721) : error 021: symbol already defined: "SS_OnGameModeInit"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Reply
#2

Show us line 264 and line 721
Reply
#3

Quote:

Line 264: zoneTimer,
Line 720: public OnGameModeInit()
Line 721: {

please help me
Reply
#4

delete one OnGameModeInit
Reply
#5

Dude this GM have only one OnGameModeInit in script
how can i delete it
and if u have this GM without any bugs and errors then please send it to me please please please
Reply
#6

Код:
public OnGameModeInit()
{

	SetGameModeText("BA:RP ~ V.0.1.0");
	return 1;
}
Reply
#7

Didnt worked..
Please Help me
Reply
#8

copy all your script without gamemode and create new script and replace new with this
Reply
#9

Quote:
Originally Posted by Aagya
Посмотреть сообщение
when i tried to compile new script of "Gammix" i found this error please help me please please please
If you'd actually read the error line properly, it's stating:

C:\Users\Sunil\Desktop\World War IV (build 7)\pawno\include\spikestrip.inc(264) : warning 201: redefinition of constant/macro (symbol "OnVehicleDamageStatusUpdate")
C:\Users\Sunil\Desktop\World War IV (build 7)\gamemodes\worldwar.pwn(721) : error 021: symbol already defined: "SS_OnGameModeInit"


Try going into "\pawno\include\spikestrip.inc" and deleting line 264. Same with any other includes, double check no other has "OnGameModeInit", such as the spikestrips with the look (SS_)
Reply
#10

I did as u said but
now having this error

Quote:

C:\Users\Sunil\Desktop\World War IV (build 7)\gamemodes\worldwar.pwn(721) : error 021: symbol already defined: "SS_OnGameModeInit"
C:\Users\Sunil\Desktop\World War IV (build 7)\gamemodes\worldwar.pwn(5851) : error 021: symbol already defined: "FIX_OnVehicleDamageStatus"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)