- 0
Problema Global Chat
-
Similar Content
-
- 6 answers
- 140 views
-
- 6 answers
- 76 views
-
- 0 answers
- 76 views
-
- 0 replies
- 32 views
-
- 3 replies
- 70 views
-
-
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
zaster
deci am o problema la Chat cand scriu ceva pe Global Chat pe Serveru meu nu ami arata scrisu
uite aici am lasat chatu global
format(szPlayerChatMsg[playerid], 128, "%s", text);
iPlayerChatTime[playerid] = GetTickCount();
new rand = random(sizeof(BubbleColors));
SetPlayerChatBubble(playerid, text, BubbleColors[rand][0], 300.0, 5000);
if(Language[playerid] == ROM)
{
new MMM[256];
format(MMM, sizeof(MMM),"%s", playerid,text);
SendPlayerMessageToAll(playerid, MMM);
}
if(Language[playerid] == ENG)
{
new MMM[256];
format(MMM, sizeof(MMM),"%s", playerid,text);
SendPlayerMessageToAll(playerid, MMM);
}
Link to comment
Share on other sites
1 answer to this question
Recommended Posts