[FilterScript] [FS]Real ChatBot(Messages with 2 Colors)
#16

This:

pawn Код:
format(name,sizeof(name),"%s",PlayerName(playerid));
---
stock PlayerName(playerid)
{
new name2[MAX_PLAYER_NAME];
GetPlayerName(playerid, name2, MAX_PLAYER_NAME);
return name2;
}
Could be replaced by:
pawn Код:
GetPlayerName(playerid, name, sizeof(name);
Alot simpler..

I'm not 100% sure how SendPlayerMessageToAll works, but it looks like you're getting every player on the server to send a message? I'd have thought that the message would appear as many times in the chatbox as you have players.. Could be wrong..
Reply


Messages In This Thread
[FS]Real ChatBot(Messages with 2 Colors) - by d0 - 22.03.2009, 00:48
Re: Real ChatBot(Messages with 2 Colors) - by Basss - 22.03.2009, 00:49
Re: [FS]Real ChatBot(Messages with 2 Colors) - by mysq - 31.03.2009, 10:00
Re: [FS]Real ChatBot(Messages with 2 Colors) - by 56avenue - 31.03.2009, 10:56
Re: [FS]Real ChatBot(Messages with 2 Colors) - by Rks25 - 31.03.2009, 12:35
Re: [FS]Real ChatBot(Messages with 2 Colors) - by d0 - 31.03.2009, 13:38
Re: [FS]Real ChatBot(Messages with 2 Colors) - by Norn - 31.03.2009, 13:41
Re: [FS]Real ChatBot(Messages with 2 Colors) - by d0 - 31.03.2009, 13:43
Re: [FS]Real ChatBot(Messages with 2 Colors) - by Rks25 - 31.03.2009, 14:13
Re: [FS]Real ChatBot(Messages with 2 Colors) - by d0 - 31.03.2009, 14:27
Re: [FS]Real ChatBot(Messages with 2 Colors) - by Qeux - 01.04.2009, 01:42
Re: [FS]Real ChatBot(Messages with 2 Colors) - by d0 - 01.04.2009, 12:19
Re: [FS]Real ChatBot(Messages with 2 Colors) - by Pro[D]_outlaw - 05.04.2009, 19:23
Re: [FS]Real ChatBot(Messages with 2 Colors) - by Enerv - 05.04.2009, 19:40
Re: [FS]Real ChatBot(Messages with 2 Colors) - by SPFoxy - 07.04.2009, 11:15
Re: [FS]Real ChatBot(Messages with 2 Colors) - by Weirdosport - 07.04.2009, 13:03
Re: [FS]Real ChatBot(Messages with 2 Colors) - by DMSOrg - 09.04.2009, 15:13
Re: [FS]Real ChatBot(Messages with 2 Colors) - by roschti - 10.04.2009, 12:43
Re: [FS]Real ChatBot(Messages with 2 Colors) - by d0 - 16.04.2009, 01:04
Re: [FS]Real ChatBot(Messages with 2 Colors) - by Weirdosport - 16.04.2009, 12:19
Re: [FS]Real ChatBot(Messages with 2 Colors) - by suhrab_mujeeb - 16.07.2011, 09:25
Re: [FS]Real ChatBot(Messages with 2 Colors) - by Kostas' - 27.09.2011, 16:00
Re: [FS]Real ChatBot(Messages with 2 Colors) - by SpiderWalk - 27.09.2011, 16:34
Re: [FS]Real ChatBot(Messages with 2 Colors) - by System64 - 27.09.2011, 16:52
Re: [FS]Real ChatBot(Messages with 2 Colors) - by [E]ViL [D]RaGoN™ - 31.01.2013, 10:49

Forum Jump:


Users browsing this thread: 1 Guest(s)