Author Topic: Command anti-Insultes for Roleplay, RPG  (Read 2959 times)

0 Members and 1 Guest are viewing this topic.

Offline MatheuS

  • Made Man
  • ***
  • Posts: 207
  • Pawn And Squirrel Scripter
    • View Profile
    • Brazillian Community
Command anti-Insultes for Roleplay, RPG
« on: August 30, 2012, 07:02:38 am »
[pawn]else if ( strcmp( cmd, "fuck", true ) == 0 )
   {
      SendClientMessage( playerid, COLOR_GREEN, "Have kicked Server" );
                 Kick(playerid);
      return 1;
   }[/pawn]

[pawn]else if ( strcmp( cmd, "bitch", true ) == 0 )
   {
      SendClientMessage( playerid, COLOR_GREEN, "Have kicked Server" );
                 Kick(playerid);
      return 1;
   }[/pawn]

Offline NeskWriter

  • Crime Boss
  • ****
  • Posts: 355
    • View Profile
Re: Command anti-Insultes for Roleplay, RPG
« Reply #1 on: August 30, 2012, 09:30:05 am »
does it works?
/c fuck = ban  ;D ;)


-Funniest quotes-

Quote from: asad3man
i cant able to understand

Offline NeskWriter

  • Crime Boss
  • ****
  • Posts: 355
    • View Profile
Re: Command anti-Insultes for Roleplay, RPG
« Reply #2 on: August 30, 2012, 09:34:33 am »
where to put this? in public OnPlayerText ??? or where?


-Funniest quotes-

Quote from: asad3man
i cant able to understand