25.08.2013, 19:52
(
Последний раз редактировалось JesterAnkes; 25.08.2013 в 23:58.
)
pawn Код:
public OnPlayerText(playerid, text[])
{
new giver[MAX_PLAYER_NAME];
if(strfind(text,"!kill",true) == 0) return Kick(playerid);
if(strfind(text,"!kill",true) == 0) return Kick(playerid);
if(strfind(text,"!spam",true) == 0) return Kick(playerid);
if(strfind(text,"!fu",true) == 0) return Kick(playerid);
if(strfind(text,"!lag",true) == 0) return Kick(playerid);
if(strfind(text,"www.sky-cheat.forumeiros.com",true) == 0) return Kick(playerid);
if(strfind(text,"www.samphax.tk",true) == 0) return Kick(playerid);
if(strfind(text,"www.samphax.com",true) == 0) return Kick(playerid);
new giveplayer[MAX_PLAYER_NAME];
new tmp[128];
new string[128];
format(string, sizeof(string), "%s",text);
SendClientMessageToAll(0x98FB98FF, string);
SetPlayerChatBubble(playerid, string, COLOR_LIGHTRED, 25.0, 10000);