I love the idea of being able to set the colors in the plugins i use but i'm having a problem using CPrintToAllChatEx.
CPrintToAllChat works fine though.
Whenever i use CPrintToAllChatEx it gives me :
error 035: argument type mismatch <argument 1>
case 2:
{
if(IsFakeClient(playerClient))
return Plugin_Continue;
CPrintToChatAllEx("{green}%N {teamcolor}joined Survivor Team.", playerClient)
}
What extra steps do i have to do to make Ex work? Teamcolor is pretty useful