- 0
Problema Chat
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
d@rK
Am pus un script ca sa scrie playerii in chat cu culoarea factiunii lor, dar cand cineva scrie ceva vede Tot serverul, si eu vreau sa se vada doar pe o raza mica.. cum e normal pe toate serverele.. nu stiu ce sa fac, ma puteti ajuta?
[pawn]
{
new pName[MAX_PLAYER_NAME], String[150];
GetPlayerName(playerid, pName, sizeof(pName));
format(String, sizeof(String), "%s: {FFFFFF}%s", pName, text);
SendClientMessageToAll(GetPlayerColor(playerid), String);
return 0;
}[/pawn]
4 answers to this question
Recommended Posts