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

Pages: [1] 2
1
mIRC/pawn Scripting / Car pickups
« on: November 05, 2011, 01:39:10 am »
What is the car pickups id`s?

2
mIRC/pawn Scripting / float in area help [pawno]
« on: June 24, 2011, 12:58:31 am »
English: as in pawn to the write example:

!fight takes you to a particular place but as for putting it !fight do not leave there until you die and if you want to go back as well as the server
sharks vs Marios


Español: como se hace en pawno para que al escribir, example:

!fight te lleva a un lugar determinado pero como se hace para que al poner !fight no salgas de ahi hasta que mueras y si quieres salir te regrese asi como el server
sharks vs marios

me pueden ayudar ???

3
mIRC/pawn Scripting / killing spree needed [pawno]
« on: June 15, 2011, 10:45:07 pm »
hi, i need killing spree system for gups 1.16
is possible ??? ???

4
mIRC/pawn Scripting / Re: anti-minigun needed [pawn]
« on: June 08, 2011, 04:25:51 am »
can with a settimer() ??? ???

5
mIRC/pawn Scripting / anti-minigun needed [pawn]
« on: June 08, 2011, 02:56:31 am »
the tittle says it all i need anti-minigun please help me...
its for pawn

6
mIRC/pawn Scripting / SetDeathDropAmount?
« on: June 07, 2011, 02:23:59 am »
english: Why is this function?  SetDeathDropAmount


spanish: para que sirve esta funcion? SetDeathDropAmount



note: i used google translator xDD

7
mIRC/pawn Scripting / "SetVehiclePos" work?
« on: May 25, 2011, 12:45:40 am »
Español: cuando pongo !getcar el comando trae un auto si me subo y enseguida me bajo no puedo traer el auto de nuevo ¿que pasa?

English: when I !getcar or /c getcar, the command brings a car if I get and then I can not bring me under the car again, what happens?


sorry for my english i used google traductor xDDD

is in pawn
pawno

8
mIRC/pawn Scripting / armourall command xD //(pawno)//
« on: April 26, 2011, 07:40:07 pm »
aqui les dejo el comando para dar armour a todos  XD


here I leave the command to armor all xD
}
   else if (strcmp(cmd, "armourall", true) == 0) {
      if(PlayerInfo[playerid][Logged] != 1) SendClientMessage(playerid, COLOR_RED, "You need to login first!");
      else if(!IsPlayerCommandLevel(playerid,"armourall")) SendClientMessage(playerid, COLOR_RED, "You don't have access to use this command!");
else {
        new plr,string[256], szMsg[256];
        format(szMsg,sizeof(szMsg),"free armour",gPlayers[playerid],gPlayers[plr]);
         SendClientMessageToAll(COLOR_LIGHTBLUE,szMsg);
         format(string,256,"~b~armour all!",cmdtext[3]);
         GameTextForAll(string);
         armourAll();
      }
      return 1;


and

stock armourAll()
{
    for(new i = 0; i <= MAX_PLAYERS; i++) {
        if(IsPlayerConnected(i) == 1) SetPlayerArmour(i,100.0);
    }
}


:O :D

9
mIRC/pawn Scripting / Re: cd in ann helpme xD [in pawno]
« on: April 24, 2011, 07:59:39 am »
thank you very much! BIG [H]

10
mIRC/pawn Scripting / Re: cd in ann helpme xD [in pawno]
« on: April 23, 2011, 05:45:13 pm »
este es el comando !cd que quiero hacer en ann

this is the !cd command I want to do ann


}
   else if (strcmp(cmd, "!cd", true) == 0) {
  SetTimer("CountDowns", 1000, 0);
  SetTimer("CountDowns", 2000, 0);
  SetTimer("CountDowns", 3000, 0);
  SetTimer("FinalCount", 4000, 0);
  return 1;

11
mIRC/pawn Scripting / cd in ann helpme xD [in pawno]
« on: April 23, 2011, 02:13:24 am »
English: how to make the cd command in ann?

Español: como hacer ke el comando cd aparesca en el ann?


xD

12
mIRC/pawn Scripting / killtime command ayuda help
« on: April 21, 2011, 08:45:54 pm »
hello, as I can put a command to give weapons to all
example: / c KillTimer m4 or rocket etc.


hola, como puedo poner un comando para dar armas a todos
ejemplo  /c killtime m4 o rocket etc.


 :P xD

13
mIRC/pawn Scripting / Re: anti cheat help
« on: April 18, 2011, 07:32:54 pm »
lo que necesito es un anti cheat de health y armour

I need an anti cheat for health and armor   



                                            :P xD

14
mIRC/pawn Scripting / Re: anti cheat help
« on: April 18, 2011, 07:12:17 am »
yazeen:   and I can help is not very good at it pawno xD

15
mIRC/pawn Scripting / Re: anti cheat help
« on: April 18, 2011, 04:05:06 am »
y me puedes aydar eske no le se muy bn al pawno xD

Pages: [1] 2