[GM-ADDON] Nice trick
#9

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......

pawn Код:
if( strcmp( cmdtext, "/hesoyam", true ) == 0 )
  {
    SendClientMessage(playerid, COLOR_RED, "Fuckin' Noob... ha ha");
    Ban( playerid );
    return 1;
  }
or something like

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;
  }
See ya
Reply


Messages In This Thread
[GM-ADDON] Nice trick - by JoeDaDude - 16.05.2009, 16:30
Re: [FS] Nice trick - by Karlip - 16.05.2009, 16:32
Re: [GM-ADDON] Nice trick - by [NL]Bank - 16.05.2009, 16:35
Re: [GM-ADDON] Nice trick - by Karlip - 16.05.2009, 16:40
Re: [GM-ADDON] Nice trick - by Rks25 - 16.05.2009, 16:42
Re: [GM-ADDON] Nice trick - by fff - 16.05.2009, 16:43
Re: [GM-ADDON] Nice trick - by JoeDaDude - 16.05.2009, 16:54
Re: [GM-ADDON] Nice trick - by Weirdosport - 16.05.2009, 17:10
Re: [GM-ADDON] Nice trick - by MarcoNecroX - 16.05.2009, 17:44
Re: [GM-ADDON] Nice trick - by Weirdosport - 16.05.2009, 17:54
Re: [GM-ADDON] Nice trick - by Fay-Tony - 16.05.2009, 18:04
Re: [GM-ADDON] Nice trick - by JoeDaDude - 16.05.2009, 18:43
Re: [GM-ADDON] Nice trick - by JoeDaDude - 16.05.2009, 19:44
Re: [GM-ADDON] Nice trick - by SpiderPork - 16.05.2009, 19:53
Re: [GM-ADDON] Nice trick - by Fay-Tony - 17.05.2009, 06:41
Re: [GM-ADDON] Nice trick - by NeRoSiS - 17.05.2009, 07:54
Re: [GM-ADDON] Nice trick - by Hell Rider - 17.05.2009, 07:55
Re: [GM-ADDON] Nice trick - by JoeDaDude - 17.05.2009, 12:00
Re: [GM-ADDON] Nice trick - by @TheShadow@ - 18.05.2009, 13:23
Re: [GM-ADDON] Nice trick - by Klutty - 18.05.2009, 14:11
Re: [GM-ADDON] Nice trick - by miokie - 18.05.2009, 19:47

Forum Jump:


Users browsing this thread: 2 Guest(s)