• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Wrong Line

Clary

New Member
Joined
Mar 7, 2008
Messages
1,007
Reaction score
1
while compiling i get this error
Code:
../player.cpp: In member function `void Player::addSkillAdvance(skills_t, uint32_t)':
../player.cpp: error: `TEXTCOLOR_RED' was not declared in this scope

I am trying to make a msg pop up in red like orange(monster talk)
but i can't find out what it should be in Source TEXTCOLOR_RED got a small edit or big not sure i want to know what it should be

the code
Code:
		sendTextMessage(TEXTCOLOR_RED, advMsg);

thanks in advance
kind regards,
clary
 
as i said elf i want it to pop up in red same like orange but instead of orange red xD
or that's isn't declared in TFS?
I want a msg to pop up in red like the way that monster's talk "Level up!"
 
Well Elf i searched alot i can't figure out how to do it
I am using tags
 
Back
Top