11.07.2009, 09:55
Hello I Hawe Problem!
Problem Is Gamesay To All
If I Write Me Chat
/x-gamesay0 ~g~Hello >-explanation: /x-gamesay is command, 0 -is style, ~g~-is color, ang text is that text what i write like that
/x-gamesay0 ~g~You
However, the problem is that when I write something it should be chatting to the fact that the word for yo
here is some picture to:
that i write to chat

That is screen text to all

Command code here
sry my bad english
I hope that you understand my question!
Problem Is Gamesay To All
If I Write Me Chat
/x-gamesay0 ~g~Hello >-explanation: /x-gamesay is command, 0 -is style, ~g~-is color, ang text is that text what i write like that
/x-gamesay0 ~g~You
However, the problem is that when I write something it should be chatting to the fact that the word for yo
here is some picture to:
that i write to chat

That is screen text to all

Command code here
Код:
else if (strcmp(cmd, "/x-gamesay0", true)==0 && IsPlayerAdminblддplдд(playerid)) {
new tmp2[256];
strmid(tmp2,cmdtext,9,strlen(cmdtext));
format(string2, sizeof(string2), "~w~%s", tmp2);
GameTextForAll(string2, 5000, 0);
return 1;
}
I hope that you understand my question!


