Send message to all
#3

Quote:
Originally Posted by kc
replace

pawn Код:
SendClientMessage(playerid,RED,"C-bugging is not allowed noob!");
with

pawn Код:
new str[128], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
format(str, sizeof(str), "%s was kicked-->C-Bugging", name);
SendClientMessageToAll(RED,str);
Thanks... now i know how to script this..
Edit: Do you know how to add his id too?
Reply


Messages In This Thread
Send message to all - by GhOstY93 - 16.07.2009, 09:41
Re: Send message to all - by kc - 16.07.2009, 09:49
Re: Send message to all - by GhOstY93 - 16.07.2009, 09:53
Re: Send message to all - by kc - 16.07.2009, 09:56
Re: Send message to all - by GhOstY93 - 16.07.2009, 09:58

Forum Jump:


Users browsing this thread: 2 Guest(s)