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 - Black Eyed

Pages: [1]
1
mIRC/pawn Scripting / Re: Help.
« on: February 06, 2012, 02:25:19 pm »
Sorry i cant understand....

You want the Fuel Script System?


yes.

2
mIRC/pawn Scripting / Help.
« on: February 06, 2012, 02:19:53 am »
hi mens

i need the cmd


Fuel complete please. ::)


3
XE Servers (Legacy) / Re: banned
« on: January 28, 2012, 11:24:50 pm »
visit xe-servers.com

and make appeal

4
mIRC/pawn Scripting / Re: Want add Timer in Commands
« on: January 28, 2012, 02:44:27 pm »
change time

SetTimer("TimeHealth",5000,0); // no repeat heal

5
mIRC/pawn Scripting / Re: Want add Timer in Commands
« on: January 28, 2012, 05:55:23 am »
ROFLMAO  >:(

Code: [Select]
Yessss
Command repaired By Me

this comand have 0 errors.






6
mIRC/pawn Scripting / Re: Want add Timer in Commands
« on: January 27, 2012, 11:20:26 pm »
hmm


Code: [Select]
  }
    else if ( strcmp( cmd, "!Heal", true ) == 0 )
{
        new Float:Health; GetPlayerHealth( playerid, Health );
if ( Health >= 100 ) SendClientMessage( playerid, RED, "Error: You have 100" );
else {
SetTimer("TimeHealth",5000,0);
         SendClientMessage(playerid,ORANGE,"Wait 5 Secs..");

}
return 1;





//  Test
public TimeHealth(playerid)
{
SetPlayerHealth(playerid,100);
SendClientMessage(playerid,ORANGE,"You Have Healed ");
}




Work???

7
mIRC/pawn Scripting / Re: Need Drunk Cmd !
« on: January 27, 2012, 11:10:31 pm »
Code: [Select]
     }
       else if ( strcmp( cmd, "!Drunk", true ) == 0 )
    {
       SetPlayerDrunk(playerid,1);
    SendClientMessage(playerid,ORANGE,"Drunked ");
       return 1;



     }
       else if ( strcmp( cmd, "!unDrunk", true ) == 0 )
    {
       SetPlayerDrunk(playerid,0);
    SendClientMessage(playerid,ORANGE,"Undrunked ");
       return 1;




??

9
mIRC/pawn Scripting / Re: need cmd
« on: January 22, 2012, 11:20:41 pm »
!HealT (TeamPlayer)

or

/c setHp (Nick/ID) (Hp)

??

Pages: [1]