Author Topic: i need !fight cmd  (Read 4320 times)

0 Members and 1 Guest are viewing this topic.

Offline jimmy

  • Wiseguy
  • **
  • Posts: 94
    • View Profile
i need !fight cmd
« on: January 10, 2012, 01:44:55 pm »
guys i am scripting on GUPS and my server is too much better i need !fight cmd for my server can anyone give me??
Storm City Owner

Stormcity.smfnew.com

Offline MaDKiLLeR

  • Wiseguy
  • **
  • Posts: 51
  • Pawn / Squirrel / PHP / HTML
    • View Profile
    • Humza Khan
Re: i need !fight cmd
« Reply #1 on: January 10, 2012, 02:18:07 pm »
Have you ever tried to make something yourself?
- [VU_R]MaDKiLLeR

~ Site | Projects | IRC ~


Offline GANGSTER

  • Street Thug
  • *
  • Posts: 19
  • Pawno Scripter
    • View Profile
    • Gangster Warz Clan
Re: i need !fight cmd
« Reply #2 on: January 10, 2012, 04:39:21 pm »
I give you my !fight command take it  :P
Code: [Select]
else if ( strcmp( cmd, "!fight", true ) == 0 )
{
SetPlayerPos(playerid,-1766.81921,-137.94221,14.86832);
ResetPlayerWeapons(playerid),
SetPlayerWeapon(playerid, 21, 500 );
   format(szMsg, 128, "%s Is Enter In Fight Zone 1 For >>Some Action<<.",gPlayers[playerid]);
       SendClientMessageToAll( BLUE, szMsg );
return 1;
}

Offline jimmy

  • Wiseguy
  • **
  • Posts: 94
    • View Profile
Re: i need !fight cmd
« Reply #3 on: January 10, 2012, 04:54:13 pm »
madkiller yar me new scripter hn mujhe asi chezein seekho gay tu mujhe scripting aai gi yar and thanks gangster
Storm City Owner

Stormcity.smfnew.com

Offline Nadeem

  • Made Man
  • ***
  • Posts: 117
    • View Profile
    • The Zetz
Re: i need !fight cmd
« Reply #4 on: January 11, 2012, 12:42:56 pm »
omg Gangster you stole the signature on King

Offline SaFeeR

  • Street Thug
  • *
  • Posts: 37
  • Pawno Scripter
    • View Profile
    • PaK-ServeR Website
Re: i need !fight cmd
« Reply #5 on: January 11, 2012, 01:03:29 pm »
I give you my !fight command take it  :P
gangster i think this cmd is maded by me  ::)
If You Like My Scripting Like My Page


Offline MaDKiLLeR

  • Wiseguy
  • **
  • Posts: 51
  • Pawn / Squirrel / PHP / HTML
    • View Profile
    • Humza Khan
Re: i need !fight cmd
« Reply #6 on: January 12, 2012, 10:10:50 am »
I give you my !fight command take it  :P
gangster i think this cmd is maded by me  ::)
After reading your English:
Quote
format(szMsg, 128, "%s Is Enter In Fight Zone 1 For >>Some Action<<.",gPlayers[playerid]);
i can tell that it's made by you.  :P
- [VU_R]MaDKiLLeR

~ Site | Projects | IRC ~


Offline SaFeeR

  • Street Thug
  • *
  • Posts: 37
  • Pawno Scripter
    • View Profile
    • PaK-ServeR Website
Re: i need !fight cmd
« Reply #7 on: January 12, 2012, 01:13:52 pm »
After reading your English:
Quote
format(szMsg, 128, "%s Is Enter In Fight Zone 1 For >>Some Action<<.",gPlayers[playerid]);
i can tell that it's made by you.  :P
sorry this is made by me but he edit this :P
i made this
Code: [Select]
format( szMsg, 128, "%s Is Now In Fight Zone, Type !fight To Enter In Fight Zone",gPlayers[playerid] );
If You Like My Scripting Like My Page


Offline jimmy

  • Wiseguy
  • **
  • Posts: 94
    • View Profile
Re: i need !fight cmd
« Reply #8 on: January 12, 2012, 06:05:03 pm »
safeer your scripting is also nice
Storm City Owner

Stormcity.smfnew.com

Offline RasikhQadeer

  • Street Thug
  • *
  • Posts: 49
  • Hero_Great! The Great Scripter!
    • View Profile
Re: i need !fight cmd
« Reply #9 on: January 21, 2012, 07:11:16 am »

   else if ( strcmp( cmd, "!fight", true ) == 0 )
   {
      SetPlayerPos( playerid, -1611.92639,-225.55259,14.86832,0,0);
      GivePlayerWeapon(playerid,21, 5000);
      GivePlayerWeapon(playerid,26, 5000);
      SendClientMessage(playerid,ORANGE,"=============>FIGHT<============";
return 1;

Offline Fuzzy168

  • VC:MP Veteran
  • *****
  • Posts: 729
  • Programming since 2011
    • View Profile
Re: i need !fight cmd
« Reply #10 on: January 21, 2012, 07:18:46 am »

   else if ( strcmp( cmd, "!fight", true ) == 0 )
   {
      SetPlayerPos( playerid, -1611.92639,-225.55259,14.86832,0,0);
      GivePlayerWeapon(playerid,21, 5000);
      GivePlayerWeapon(playerid,26, 5000);
      SendClientMessage(playerid,ORANGE,"=============>FIGHT<============";
return 1;

Fail..

Code: [Select]
else if ( strcmp( cmd, "!fight", true ) == 0 )
{
SetPlayerPos(playerid, -1611.92639 ,-225.55259, 14.86832, 0, 0);
GivePlayerWeapon(playerid, 21, 5000);
GivePlayerWeapon(playerid, 26, 5000);
SendClientMessage(playerid, ORANGE, "=============>FIGHT<============");//You missed the closing bracket
}//And the closing w/e this is called
return 1;//And there should be a tabbing

This may not be a perfect script because I'm fixing it with my knowledge not any Pawn Script.
I'm beginning to feel like a Lag God, Lag God