Thank

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
Status
Not open for further replies.
ArkApi::GetApiUtils().SendServerMessage(player, FLinearColor(0, 1, 0), "Pos: {0:.0f}, { 1:.0f }, { 2:.0f }", Pos.X, Pos.Y, Pos.Z);
also the values are float ranging from 0.0 - 1.0 so to get a mixture you would do something like 0.3f, 0.3f, 0.3f
that's how i support colours good luck but yeah i'm sure Michidu will look at this soon and fix it but for now use my method

also if this is the api and not for a plugin then set build as release mode and x64
 
Last edited:
Enable C++ 17 support in the compiler settings.
 
Status
Not open for further replies.
Back
Top