Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Aqeel

Pages: [1]
1
mIRC/pawn Scripting / Want add Timer in Commands
« on: January 27, 2012, 04:52:35 pm »
Hello all.
   i have just started a scripting
    so need somw help
        i  Want to add TIMER and FREEZE for commands !heal  and for all teleport commands like !fight etc
             i m adding a command here so u all see and change it
[pawn]
-------GOTO FIGHT AREA--------

 else if ( strcmp( cmd, "!fight", true ) == 0 )
   {
      SetPlayerPos(playerid,-974.17083,-839.76446,13.16437);
      ResetPlayerWeapons(playerid),
      SetPlayerWeapon(playerid, 20, 99999 );
      format(szMsg, 128, "%s gone to ArenaSpaz.",gPlayers[playerid]);
       SendClientMessageToAll( BLUE, szMsg );
      return 1;
   }

-------HEAL--------

{
       tmp = strtok(cmdtext, idx);
      SetPlayerHealth(playerid,100);
      SendClientMessage(playerid,0xAAAAAA,"Congrats you have 100% healed");
      return 1;
   } 
[/pawn]

2
mIRC/pawn Scripting / Re: I need The Best Pawn File Script !
« on: January 27, 2012, 03:59:37 pm »
Hello,
i m not Good enough but i thinsk
u have to look "Warchiefs v1.0" and "Black Panther 5"
 ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D

3
mIRC/pawn Scripting / Re: i need !spree cmd
« on: January 24, 2012, 08:27:34 pm »
hmmmm

Pages: [1]