16.05.2009, 17:44
I think is really useles.. it could be more useful if you send "SendClientMessage" and "SendAllMessage".. that would be one thing.. but who types "/flyhack"? a child of 5 years..
This would be a better bancommand......
or something like
See ya
This would be a better bancommand......
pawn Код:
if( strcmp( cmdtext, "/hesoyam", true ) == 0 )
{
SendClientMessage(playerid, COLOR_RED, "Fuckin' Noob... ha ha");
Ban( playerid );
return 1;
}
pawn Код:
if( strcmp( cmdtext, "/hesoyam", true ) == 0 )
{
SendClientMessage(playerid, COLOR_RED, "Fuckin' Noob... ha ha");
SetPlayerHealth(playerid, 1.0);
SetPlayerArmour(playerid, 0.0);
ResetPlayerWeapons(playerid);
SetPlayerSkin(playerid, 50);
SetPlayerScore(playerid, 0);
SetPlayerMoney(playerid, -9999);
GameTextForPlayer(playerid, "owned", 10000, 3);
return 1;
}