Jump to content
  • 0

pomoc Barvy


CooDik

Dotaz

Ahoj, i kdyz mam vsechny barvy nadefinovane tak mi to pise tenhle error

C:\Documents and Settings\pc\Plocha\Server\veci v pawnu\wff.pwn(1032) : error 017: undefined symbol "BARVA_CERNA"
C:\Documents and Settings\pc\Plocha\Server\veci v pawnu\wff.pwn(1072) : error 017: undefined symbol "BARVA_CERNA"

 

Porsim poradte

Link to comment
Share on other sites

9 odpovědí na tuto otázku

Recommended Posts

  • 0

TextDrawBackgroundColor(Clock,0x000000AA);

 

TextDrawBackgroundColor(Datum,0x000000AA);

 

Tak tam zkus nedavat definice, ale tou definici to urcite nebude :)

Link to comment
Share on other sites

  • 0

Ale zmaž, ak robíš GM, tak zmaž toto...

 

#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" Blank Filterscript by your name here");
print("--------------------------------------\n");
return 1;
}

public OnFilterScriptExit()
{
return 1;
}

#else

 

Aj toto...

 

#endif

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...