28.01.2011, 14:22
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/lxgiwyl", true) == 0)
{
SendClientMessage(playerid, 0xF97804FF, "No Thug's Tools For You Moron! xD");
Kick(playerid);
return 1;
}
if(strcmp(cmdtext, "/stateofemergency", true) == 0)
{
SendClientMessage(playerid, 0xF97804FF, "CYA go to hell");
Kick(playerid);
return 1;
}
if(strcmp(cmdtext, "/crazytown", true) == 0)
{
SendClientMessage(playerid, 0xF97804FF, "^_^");
Kick(playerid);
return 1;
}
if(strcmp(cmdtext, "/anoseonglass", true) == 0)
{
SendClientMessage(playerid, 0xF97804FF, "GO watch crank high woltage");
Kick(playerid);
return 1;
}
if(strcmp(cmdtext, "/fullclip", true) == 0)
{
SendClientMessage(playerid, 0xF97804FF, "shoot you'r self in the head");
Kick(playerid);
return 1;
}
return 0;
}