Quote:
Originally Posted by milanosie
pawn Код:
public AdminChat(color2, playerid, const string[])
Remove the const and change it to this:
pawn Код:
public AdminChat(color2, playerid,string[])
And use it like this
pawn Код:
AdminChat(0x9EC73DAA, playerid, string);
|
Weird, that actually solved my issue, seems like it doesnt allow me to define colors with "{B700FF}"
Dont know if that's the right way to define colors but they work on playerconnect so..