Any help??
#5

for(new i = 1; i < MAX_CHAT_
LINES-1; i++) Chat[i] = Chat[i+1];
new ChatSTR[128];
GetPlayerName
(playerid,ChatSTR,sizeof(ChatSTR))
; format(ChatSTR,128,"[lchat]%s:
%s",ChatSTR, text[0] );
Chat[MAX_CHAT_LINES-1] =
ChatSTR;
if(PlayerInfo[playerid][Caps] == 1)
UpperToLower(text);
if(ServerInfo[NoCaps] == 1)
UpperToLower(text);
if(ServerInfo[DisableChat] == 1) {
SendClientMessage
(playerid,red,"Chat has been
disabled");
return 0;
}
Reply


Messages In This Thread
Any help?? - by PrinXe - 05.09.2014, 06:20
Re: Any help?? - by Flake. - 05.09.2014, 06:24
Re: Any help?? - by Marsss - 05.09.2014, 06:43
Re: Any help?? - by Flake. - 05.09.2014, 07:37
Re: Any help?? - by Marsss - 06.09.2014, 09:13

Forum Jump:


Users browsing this thread: 1 Guest(s)