Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 73
Search took 0.01 seconds.
Search: Posts Made By: EnterPrice62
Forum: Spanish 10-09-2010, 10:12
Replies: 8
Views: 1,986
Posted By EnterPrice62
Re: [ES]Data del messagemode a un Array

new szArg[192], Registrar_Pwd[33];

// [...]

public RegisterPassword(id)
{
client_cmd(id, "messagemode Registrar_Pwd")

client_print(id, print_center, "Write Password Numbers")...
Forum: Spanish 09-30-2010, 20:50
Replies: 27
Views: 5,604
Posted By EnterPrice62
Forum: Spanish 09-30-2010, 20:45
Replies: 9
Views: 1,972
Posted By EnterPrice62
Re: [ES] chekear cuando un player tiene entre x y x vida ?

Hookea la función en la que consigue más vida y detectá si el player aumentó la vida a más de 20, si es así removele el efecto.
Forum: Spanish 09-30-2010, 16:15
Replies: 9
Views: 1,972
Posted By EnterPrice62
Re: [ES] chekear cuando un player tiene entre x y x vida ?

new iHealth = get_user_health(id)

if( iHealth >= 1 && iHealth <= 20 )
{
// Tenes entre 1 y 20 de vida
}
Forum: Spanish 09-30-2010, 03:05
Replies: 39
Views: 8,759
Posted By EnterPrice62
Re: [ES] Crear un hud para los muertos y Spec?

Fijate que de mi forma funciona >.<
Forum: Unapproved/Old Plugins 09-29-2010, 13:25
Replies: 48
Views: 50,383
Posted By EnterPrice62
Re: Dragon Ball Z ~ Mod

good idea, but to buy what?
Forum: Spanish 09-28-2010, 17:19
Replies: 21
Views: 4,434
Posted By EnterPrice62
Re: [ES] Quitar el damage del las granadas ?

Que raro yo probé con == y no funcionaba :oops:
Forum: Spanish 09-28-2010, 17:11
Replies: 39
Views: 8,759
Posted By EnterPrice62
Re: [ES] Crear un hud para los muertos y Spec?

Mirá...

#include <amxmodx>
#include <fakemeta>

const PEV_SPEC_TARGET = pev_iuser2

new g_iMaxPlayers;

public plugin_init()
Forum: Spanish 09-28-2010, 16:49
Replies: 4
Views: 1,371
Posted By EnterPrice62
Re: [ES][ZP] Opciones de Extra Items

+1

claro, lo que haces es cuándo compra el item en vez de darle las habilidades, abrís el menu y cuándo elija el player/arma que quiere, recién ahí, le dé las habilidades/arma.
Forum: Spanish 09-28-2010, 16:47
Replies: 11
Views: 2,976
Posted By EnterPrice62
Forum: Spanish 09-28-2010, 16:41
Replies: 40
Views: 8,151
Posted By EnterPrice62
Re: [ES] Bloquear sonidos de la USP (disparos)

http://forums.alliedmods.net/showpost.php?p=1140514&postcount=4

la única manera que se me ocurre es usando slowhack :crab:


#include <amxmodx>

public plugin_init()
{
register_plugin(...
Forum: Spanish 09-28-2010, 16:29
Replies: 11
Views: 2,765
Posted By EnterPrice62
Re: [ES] Plugin Anti spam

y que use este


#include <amxmodx>

#define MAX_DIGITS 5

public plugin_init()
{
register_plugin( "PLUGIN", "VERSION", "AUTHOR" )
Forum: Spanish 09-27-2010, 21:22
Replies: 11
Views: 2,765
Posted By EnterPrice62
Re: [ES] Plugin Anti spam

Probá este (http://forums.alliedmods.net/showthread.php?t=115926)
Forum: Approved Plugins 09-27-2010, 20:11
Replies: 35
Views: 48,993
Posted By EnterPrice62
Re: BombSite Lock

Gj bugsy :mrgreen:
Forum: Spanish 09-27-2010, 20:06
Replies: 21
Views: 4,434
Posted By EnterPrice62
Re: [ES] Quitar el damage del las granadas ?

Probé con == y no funcionó, probé con && y 100% funcional :mrgreen: probalo vos.:wink:
Forum: Spanish 09-27-2010, 19:31
Replies: 21
Views: 4,434
Posted By EnterPrice62
Re: [ES] Quitar el damage del las granadas ?

No, hacé la prueba y contame, es con &&, ya que estás verificando que el player "tenga" la granada y no que sea igual.

Y con respecto al damage, también podría hookear la granada y setearle el...
Forum: Spanish 09-27-2010, 19:15
Replies: 5
Views: 1,479
Posted By EnterPrice62
Re: [ES]Como le agrego a mi menú un client_print, cuando empieza un nuevo round

Wtf? No registrás el evento startround, además de que el evento no tiene index. Y para evitar un for, podés usar como index 0.


EDIT:

Usá este...

#include <amxmodx>

new g_MsgSayText;
Forum: Spanish 09-27-2010, 18:50
Replies: 21
Views: 4,434
Posted By EnterPrice62
Forum: Spanish 09-27-2010, 18:46
Replies: 9
Views: 1,848
Posted By EnterPrice62
Re: [ES] Que en 10 segundos haga algo ?

Un countdown?


#include <amxmodx>
#include <fun>

new g_iCountdown[33]

new CvarCountdownTime;
Forum: Spanish 09-27-2010, 18:34
Replies: 21
Views: 4,434
Posted By EnterPrice62
Re: [ES] Quitar el damage del las granadas ?

#include <amxmodx>
#include <hamsandwich>

public plugin_init()
{
register_plugin( "Test", "1.0", "EnterPrice62" )

RegisterHam( Ham_TakeDamage, "player", "fw_TakeDamage" )
}
Forum: Spanish 09-27-2010, 12:39
Replies: 11
Views: 2,754
Posted By EnterPrice62
Re: [ES]Como hago que en este menú solo aparescan los admins Online.

#include <amxmodx>
#include <amxmisc>

new g_iMaxPlayers;

public plugin_init()
{
register_plugin( "Test", "1.0", "EnterPrice62" )

register_clcmd( "say /menu",...
Forum: Spanish 09-26-2010, 13:08
Replies: 30
Views: 5,412
Posted By EnterPrice62
Forum: Spanish 09-26-2010, 13:01
Replies: 11
Views: 2,976
Posted By EnterPrice62
Re: [ES] JailBreak se ejecuta en todos los mapas

Creas esto en alguna parte ( antes del plugin_init )


new const Prefix[][] =
{
"jb_",
"jail_"
}
Forum: Spanish 09-26-2010, 12:52
Replies: 5
Views: 1,666
Posted By EnterPrice62
Re: [ES][ZP] Como agregarle Speed a las armas?

Mirá, es un ejemplo que ví en un post de kiske ( para la navy ), en el caso de que sea ak47 tenés que hookearla tmb, y así con todas.


#include <amxmodx>
#include <hamsandwich>
#include...
Forum: Spanish 09-26-2010, 12:33
Replies: 4
Views: 1,300
Posted By EnterPrice62
Re: [ES] remover las zonas de compra? plantar bomba y Hostages ?

Starsailor, podés usar esto para el blockbuy

DispatchKeyValue( iEnt, "buying", "3" )

PD: Mi forma...


#include <amxmodx>
#include <fakemeta>
#include <engine>
Showing results 1 to 25 of 73

 
Forum Jump

All times are GMT -4. The time now is 05:21.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode