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 - .ElBoyz

Pages: [1]
1
Snippet Showroom / Re: Fun Command
« on: July 19, 2013, 12:41:24 am »
As all your work this is another one What we're Grateful, Nice work My friend.

fail of google translate

 -_- Porque tu daña el momento Viejo -_-

2
Snippet Showroom / Re: Fun Command
« on: July 18, 2013, 03:42:28 pm »
As all your work this is another one What we're Grateful, Nice work My friend.

3
Servers / Re: Thunder Style City War - Revolution Extreme
« on: June 25, 2013, 03:38:15 pm »
Good

4
ShowRoom (pawn) / Re: [Update]My new server [GM from 0]
« on: April 20, 2013, 02:15:19 am »
Nice  :) ;) :D ;D >:( :( :o 8) ??? ::) :P :-[ :-X :-\ :-* :'( ;D

6
Snippet Showroom / Re: | Command better of "Enter car" | For gups |
« on: March 23, 2013, 06:40:54 am »

7
Na lo robaste, no eres capaz de hacer tu propio comando, solo le robas al script de madara (Warchiefs)

TomiJaja , EN Ningun warchiefs sale comando "rob" , al parecer Tu lo unico que sabes es , Cojer 1 comando y traducirlo y cojerlo para ti , Repeta Lo rango.

8
Snippet Showroom / Re: | Command better of "Enter car" | For gups |
« on: March 19, 2013, 03:32:30 am »
Quote
Code: [Select]
public OnPlayerEnterVehicle(playerid,vehicleid,plr)

The "plr" parameter is useless.

I have other code in OnPlayerEnterVehicle xD

9
Snippet Showroom / Re: | Command better of "Enter car" | For gups |
« on: March 18, 2013, 08:47:08 pm »
Good :)

10
Snippet Showroom / | Command better of "Enter car" | For gups |
« on: March 18, 2013, 05:21:02 am »
Image



Fuction

[pawn]public OnPlayerEnterVehicle(playerid,vehicleid)
{
   new szMsg[ 128 ];

   if ( strcmp( VehicleInfo[ vehicleid ][ Owner ], "Sunshine Autos", true ) == 0 )
   {
      format( szMsg, sizeof( szMsg ), "VehicleID: %d - Cost - $%d ", vehicleid, VehicleInfo[ vehicleid ][ Price ] );
      SendClientMessage( playerid, BLUE, szMsg );
   }
   else if ( strcmp( VehicleInfo[ vehicleid ][ Share ], "none", true ) == 0 )
   {
      format( szMsg, sizeof( szMsg ), "VehicleID: %d - Owner[%s]", vehicleid, VehicleInfo[ vehicleid ][ Owner ] );
      SendClientMessage( playerid, GREEN, szMsg );
   }
   else
   {
      format( szMsg, sizeof( szMsg ), "VehicleID: %d - Owner[%s] - Shared[%s]", vehicleid, VehicleInfo[ vehicleid ][ Owner ], VehicleInfo[ vehicleid ][ Share ] );
      SendClientMessage( playerid, ORANGE, szMsg );
   }
   
   return 1;
}[/pawn]

You put replace The public OnPlayerEnterVehicle , by my new better OnPlayerEnterVehicle.

And sorry for my bad english :)

Car not buy
VehicleID: 1 - Cost : 40502$

Car buy
VehicleID: 1 - Owner : .ElBoyz

Car buy and shared
VehicleID: 1 - Owner : .ElBoyz - Shared : Aledark24

En español
[pawn]public OnPlayerEnterVehicle(playerid,vehicleid)
{
   new szMsg[ 128 ];

   if ( strcmp( VehicleInfo[ vehicleid ][ Owner ], "Sunshine Autos", true ) == 0 )
   {
      format( szMsg, sizeof( szMsg ), "VehiculoID: %d - Costo - $%d ", vehicleid, VehicleInfo[ vehicleid ][ Price ] );
      SendClientMessage( playerid, BLUE, szMsg );
   }
   else if ( strcmp( VehicleInfo[ vehicleid ][ Share ], "none", true ) == 0 )
   {
      format( szMsg, sizeof( szMsg ), "VehiculoID: %d - Duenio[%s]", vehicleid, VehicleInfo[ vehicleid ][ Owner ] );
      SendClientMessage( playerid, GREEN, szMsg );
   }
   else
   {
      format( szMsg, sizeof( szMsg ), "VehiculoID: %d - Duenio[%s] - Compartido[%s]", vehicleid, VehicleInfo[ vehicleid ][ Owner ], VehicleInfo[ vehicleid ][ Share ] );
      SendClientMessage( playerid, ORANGE, szMsg );
   }
   
   return 1;
}[/pawn]

11
Snippet Showroom / Re: buywep system in all Ammu-Nation
« on: March 18, 2013, 04:25:26 am »
Fire_Head this commands is for buy weapon in all ammunation and his function is sell by money $   "command in english and spanish"

12
Jejeje , I dont am aledark , I am .ElBoyz ;) Aledark my Friend , My other account Is "Rodolfo_Antonio"

13
Snippet Showroom / Re: The real Vip System
« on: March 17, 2013, 11:02:07 pm »
Command Good

14
[pawn]public DeathmacthALE() {
    for(new i = 0; i < MAX_PLAYERS; i++) {
        if(IsPlayerConnected(i)) {
           SendClientMessage(i,BLUE,"!!- Time Of Death Match -!");
           GameTextForPlayer(i,"~o~Death~h~Macth");
           SetPlayerWeapon(i,26,930);
           SetPlayerWeapon(i,19,930);
        SetPlayerPos(i,-1089.64965, 1332.21044, 34.24106,0,0);
        SetPlayerHealth(i, 100.0 );
  }
      }
}[/pawn]
In OnGameModeInit
[pawn]SetTimer("DeathmacthALE",180000,1);[/pawn]
Fuction Owner -> Aledark24 :)

15
Snippet Showroom / Re: buywep system in all Ammu-Nation
« on: March 17, 2013, 10:23:19 pm »
good command aledark

Quote
Mensaje en español
Para quienes se creen scripter de la pagina llena de spam llamada "comunidadpro" Creada por Dilson peralta, y que se creen con el derecho de sacar cada comando de cada usuario de este foro... y postearla libremente diciendo que es su idea, en especial el usuario "tomijaja"
Pues no son mas que noobs que no entienden las funciones de un script y sepan que aunque se crean "pro" o "scripters" no son mas que pobres diablos que no pueden hacer nada por si solos....

and tomijaja is rob commands , enter my server to insult - jaja!

NICE COMMANDS

Pages: [1]