Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

Warning redefinition of constant/macro


Question

Posted

Am bagat streamerul lu icognito

am pus

#include <streamer>

am adaugat cateva obiecte iar cand compilez imi zice

D:\Servere\SA-MP 0.3c\pawno\include\JunkBuster.inc(3241) : warning 201: redefinition of constant/macro (symbol "OnPlayerEnterRaceCheckpoint")

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size:          11212 bytes

Code size:          1710540 bytes

Data size:          5441768 bytes

Stack/heap size:      16384 bytes; estimated max. usage=4123 cells (16492 bytes)

Total requirements: 7179904 bytes

1 Warning.

iar daca scot streamerul merge

Inca ceva...

Eu am

#include <streamer>

#include <JunkBuster>

iar daca pun

#include <JunkBuster>

#include <streamer>

Imi zice

D:\Servere\SA-MP 0.3c\pawno\include\streamer.inc(3241) : warning 201: redefinition of constant/macro (symbol "OnPlayerEnterRaceCheckpoint")

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size:          11212 bytes

Code size:          1710540 bytes

Data size:          5441768 bytes

Stack/heap size:      16384 bytes; estimated max. usage=4123 cells (16492 bytes)

Total requirements: 7179904 bytes

1 Warning.

3 answers to this question

Recommended Posts

Posted

:| acum imi da erori la linile astea

TextDrawSetFormat(TextdrawHour, "%02d", ServerHour);

TextDrawSetFormat(TextdrawMinute, ":%02d", ServerMinute);

TextDrawSetFormat(TextdrawSeconds, ":%02d", ServerSecond);

        TextDrawSetFormat(TextdrawDay, "%02d", Day);

D:\Servere\SA-MP 0.3c\gamemodes\rp.pwn(4144) : error 017: undefined symbol "FALSE"

D:\Servere\SA-MP 0.3c\gamemodes\rp.pwn(4145) : error 017: undefined symbol "FALSE"

D:\Servere\SA-MP 0.3c\gamemodes\rp.pwn(4146) : error 017: undefined symbol "FALSE"

D:\Servere\SA-MP 0.3c\gamemodes\rp.pwn(4150) : error 017: undefined symbol "FALSE"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

4 Errors.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.