30.12.2014, 04:20
e como deixo ele na COLOR_RED pois ele fica todo amarelo tipo *Administrador*[P:3] e queria que ficasse assim *Administrador*[P:3]
tentei setar a cor ali em baixo mais nao deu
tentei setar a cor ali em baixo mais nao deu
PHP код:
format(other, sizeof(other) ," [P:%d]", GetPlayerWantedLevel(i));
SetPlayerChatBubble(i, string, COLOR_RED, 20.0, 10000); //<<<<<<<<<< aqui
if(GetPlayerWantedLevel(i) > 0) strcat(string, other);

