Jump to content
  • 0

Problema Chat!


d@rK

Question

Am bagat acest script pt. a arata numele playerilor in chat cu culoarea factiunii in care sunt, dar uneori arata numele playerilor cu culoarea negra, din orice factiune ar fi... De ce?

[pawn]{

new  pName[MAX_PLAYER_NAME], String[150];

GetPlayerName(playerid, pName, sizeof(pName));

format(String, sizeof(String), "%s: {FFFFFF}%s", pName, text);

ProxDetector(20.0, playerid, String, GetPlayerColor(playerid));

return 0;

}[/pawn]

EDIT: EDIT: Am rezolvat Singur! Puteti da T/C. Imi pare rau. Ms.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.