Chat problem
#10

Код:
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,"[CHAT]%s spune: %s",ChatSTR, text[0]);
Chat[MAX_CHAT_LINES-1] = ChatSTR;
return 0;  // << ?
Reply


Messages In This Thread
Chat problem - by Hazliu - 18.07.2015, 12:11
Re: Chat problem - by SilentSoul - 18.07.2015, 12:17
Re: Chat problem - by Hazliu - 18.07.2015, 13:25
Re: Chat problem - by SoFahim - 18.07.2015, 13:55
Re: Chat problem - by Hazliu - 18.07.2015, 14:13
Re : Chat problem - by KillerDVX - 18.07.2015, 14:17
Re: Chat problem - by Hazliu - 18.07.2015, 14:25
Re: Chat problem - by SpikeSpigel - 18.07.2015, 17:40
Re: Chat problem - by Hazliu - 19.07.2015, 07:22
Re: Chat problem - by 1nspire - 19.07.2015, 11:59

Forum Jump:


Users browsing this thread: 1 Guest(s)