Compilation error.
#3

The first warnings:

Код:
E:\X Generation Roleplay\gamemodes\UTRP.PWN(526) : warning 201: redefinition of constant/macro (symbol "COLOR_ORANGE")
E:\X Generation Roleplay\gamemodes\UTRP.PWN(537) : warning 201: redefinition of constant/macro (symbol "COLOR_LIGHTRED")
E:\X Generation Roleplay\gamemodes\UTRP.PWN(539) : warning 201: redefinition of constant/macro (symbol "COLOR_LIGHTGREEN")
E:\X Generation Roleplay\gamemodes\UTRP.PWN(549) : warning 201: redefinition of constant/macro (symbol "COLOR_PURPLE")
E:\X Generation Roleplay\gamemodes\UTRP.PWN(553) : warning 201: redefinition of constant/macro (symbol "COLOR_BLACK")
are cause of that you've changed the original colour codes to another ones, try defining them with another names like "#define blue 0x0000BBAA" "#define orange 0xFF9900AA" and so on..

These three

Код:
E:\UT Generation Roleplay\gamemodes\UTRP.PWN(1321) : error 017: undefined symbol "PlayerInfo"
E:\UT Generation Roleplay\gamemodes\UTRP.PWN(17183) : error 017: undefined symbol "playerid"
E:\UT Generation Roleplay\gamemodes\UTRP.PWN(59745) : error 017: undefined symbol "szPlayerName"
means that you didnt put the script on the right place or either you didnt defined "playerid" & "PlayerInfo".

Код:
E:\UT Generation Roleplay\gamemodes\UTRP.PWN(17186) : error 001: expected token: ";", but found "-identifier-"
means that you didnt put ";" at the end after the bracket.

And about the "loose indentation" warning, put this on top of your script

Код:
#pragma tabsize 0
Hope I helped you.
Reply


Messages In This Thread
Compilation error. - by Laure - 03.10.2012, 11:07
Re: Compilation error. - by nmader - 03.10.2012, 11:10
Re: Compilation error. - by Dizzle - 03.10.2012, 11:16
Re: Compilation error. - by Laure - 03.10.2012, 11:20
Re: Compilation error. - by Dizzle - 03.10.2012, 11:24
Re: Compilation error. - by Laure - 03.10.2012, 11:26
Re: Compilation error. - by Laure - 03.10.2012, 12:03
Re: Compilation error. - by KingHual - 03.10.2012, 12:09

Forum Jump:


Users browsing this thread: 1 Guest(s)