- 0
Nu se vede ce scrii pe chat "T"
-
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
Traficgamesro
am o problema , cand intra un player pe server si incearca sa scrie pe chat nu merge adica nu se vede . doar eu pot , cu un singur cont m-am inregisrat cu alt cont si nu merge in rest merg toate /w /n /o /a /f dar chatul normal nu merge :|
am instalat 0.3d , oare de aia sa fie? asta e codu...e ceva gresit?
[pawn]
if (realchat)
{
if(gPlayerLogged[playerid] == 1)
{
return 0;
}
if(PlayerInfo[playerid][pHMuted] == 1)
{
SendClientMessage(playerid, TEAM_CYAN_COLOR, "[TraficGames]: Ai mute, nu poti utiliza aceasta comanda.");
return 1;
}
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), "%s: %s", sendername, text);
//ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1,1,1,1);
ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
return 0;
}
return 1;
}[/pawn]
SERVER :TraficGames| LosSantos | Roleplay
ADDRESS : 89.42.200.35:7777
2 answers to this question
Recommended Posts