Resultados de la búsqueda
Mensaje Autor Foro Respuestas Vistas Enviado [asc]
    Tema: Detectar si sv_restart es = a 1
Mensaje: RE: Detectar si sv_restart es = a 1

rojedafeik escribió: (16/03/2023, 09:21 PM) -- Prueba Código PHP: -- /* Sublime AMXX Editor v2.2 */ #include #include new maxplayers public plugin_init() { register_plugin("New Plugin", "1.0"...
Goose x_O Scripting 2 455 16/03/2023, 09:52 PM
    Tema: Detectar si sv_restart es = a 1
Mensaje: Detectar si sv_restart es = a 1

Hola gente, necesito saber si se puede detectar de alguna forma la cvar sv_restart en 1 probe con estos metodos Código PHP: -- #include < amxmodx > #include < fun > new maxplayers public p...
Goose x_O Scripting 2 455 16/03/2023, 08:10 PM
    Tema: Lasermine buguea mal
Mensaje: Lasermine buguea mal

no se encontro solucion parece, gracias igual
Goose x_O Scripting 0 297 20/02/2023, 08:34 PM
    Tema: Ayuda setear model no me funciona
Mensaje: RE: Ayuda setear model no me funciona

[E]manuelitop15 escribió: (25/01/2023, 03:03 PM) -- Fijate si asi funciona, reemplaza. Código PHP: -- if(!is_valid_ent(gHatEnt[id])) { new iEntHat; iEntHat = create_entity("info_target") entity...
Goose x_O Scripting 7 571 25/01/2023, 08:56 PM
    Tema: Ayuda setear model no me funciona
Mensaje: RE: Ayuda setear model no me funciona

HK-416 escribió: (25/01/2023, 12:03 AM) -- Ejemplo de uso (borra el "." en ambos casos) [.php] Tu codigo. [./php] -- listo gracias
Goose x_O Scripting 7 571 25/01/2023, 12:10 AM
    Tema: Ayuda setear model no me funciona
Mensaje: RE: Ayuda setear model no me funciona

rojedafeik escribió: (24/01/2023, 11:36 PM) -- Amigo pon todo el codio dentro de etiquetas [php] para que pueda ser mas legible y asi te puedan ayudar -- disculpa nose como seria
Goose x_O Scripting 7 571 24/01/2023, 11:46 PM
    Tema: Ayuda setear model no me funciona
Mensaje: Ayuda setear model no me funciona

Solucionado muchas gracias Emanuelitop
Goose x_O Scripting 7 571 24/01/2023, 11:18 PM
    Tema: Help Lasermines Frags
Mensaje: RE: Help Lasermines Frags

estoy usando callfunc pero por lo visto no funciona code: if (callfunc_begin("SubirRango", "RangosHNS.amxx") == 1) { callfunc_push_int(id); callfunc_end(); }
Goose x_O Scripting 9 2,587 19/11/2017, 02:54 PM
    Tema: Help Lasermines Frags
Mensaje: Help Lasermines Frags

Hola gente como va? ando necesitando una ayudita, consiste en que tengo un sistema de rangos en el hns de mi sv y quiero que cuando mates con laser sume los frags al sistema de rangos se que es con un...
Goose x_O Scripting 9 2,587 07/11/2017, 08:42 PM
    Tema: Ayuda Models Por Rango
Mensaje: RE: Ayuda Models Por Rango

josue9243 escribió: (03/11/2016, 06:46 PM) -- Código PHP: -- new const gModels[] = { "models/player/AMXX/Hola.mdl", "models/player/AMXX/Hola1.mdl", "models/player/AMXX/Hola2.mdl" } // esos ...
Goose x_O Scripting 2 1,418 03/11/2016, 07:22 PM
    Tema: Ayuda Models Por Rango
Mensaje: Ayuda Models Por Rango

new const gModels[] = { "models/player/AMXX/Hola.mdl", "models/player/AMXX/Hola1.mdl", "models/player/AMXX/Hola2.mdl" } // esos son los models public Muerto() { new attacker = read_data(1) new vi...
Goose x_O Scripting 2 1,418 03/11/2016, 06:38 PM
    Tema: Ayuda! Sumar Frags De A 2 Si Sos Admin
Mensaje: RE: Ayuda! Sumar Frags De A 2 Si Sos Admin

SthoNy escribió: (02/11/2016, 07:37 PM) -- Código PHP: -- public Muerto() { new attacker = read_data(1) new victim = read_data(2) if(attacker == victim || !is_user_connected(attacker) || !...
Goose x_O Scripting 3 1,117 02/11/2016, 07:48 PM
    Tema: Ayuda! Sumar Frags De A 2 Si Sos Admin
Mensaje: Ayuda! Sumar Frags De A 2 Si Sos Admin

Bueno como dice arriba quiero que si sos admin con x acceso, sumes de a 2 frags en vez de 1 me ayudan? xd public Muerto() { new attacker = read_data(1) new victim = read_data(2) if(attacker...
Goose x_O Scripting 3 1,117 02/11/2016, 07:14 PM
    Tema: Ayuda Bug Comando Model
Mensaje: RE: Ayuda Bug Comando Model

Web Controller escribió: (26/09/2016, 04:09 PM) -- https://forums.alliedmods.net/showthread.php?p=1509565 Pones el .amxx en tu servidor. Pones el .inc en la carpeta correspondiente y lo incluis dent...
Goose x_O Scripting 3 1,928 28/09/2016, 03:57 AM
    Tema: Ayuda Bug Comando Model
Mensaje: Ayuda Bug Comando Model

Hola Gente Tengo Un Mod (hns niveles) el cual poniendo model zombie o cualquier comando model me bugean (pueden usar el de admin todo) podrian ayudarme a fixearlo? o a cambiar el code? new const s...
Goose x_O Scripting 3 1,928 26/09/2016, 04:01 PM