Plugin de Velocidad con cuchillo (SOLUCIONADO)
#1
Buenas! bueno paso por aquí para ver quien me pasa el plugin de velocidad con cuchillo *ME EXPLICO* que cuando ponga el cuchillo les de velocidad Si alguien me lo pasa se lo agradezco
Corazón I dream of someday being able to have your near. Corazón
[Imagen: 76561199006140497.png]
Responder
#2
Debería funcionar...

Código PHP:
#include < amxmodx >
#include < hamsandwich >

#pragma semicolon 1

new const g_szPluginName[ ] = "Knife Speed";
new const 
g_szPluginVersion[ ] = "1.0";
new const 
g_szPluginAuthor[ ] = "Chema";

//new const g_szChatPrefix[ ] = "^3[ www.clan99.net ]^1 ";
//new const g_szConsolePrefix[ ] = "[ www.clan99.net ]";
//new const g_szWebsiteUrl[ ] = "www.clan99.net";

public plugin_init( ) {

    
/* Register Plugin & Cvars */
    
register_pluging_szPluginNameg_szPluginVersiong_szPluginAuthor );

    
RegisterHamHam_CS_Item_GetMaxSpeed"weapon_knife""OnPlayer_GetMaxSpeed");
}

public 
OnPlayer_GetMaxSpeed( ) {

    
SetHamReturnFloat450.0 );
    return 
HAM_SUPERCEDE;

Responder
#3
(29/11/2019, 08:13 PM)Chema escribió: Debería funcionar...

Código PHP:
#include < amxmodx >
#include < hamsandwich >

#pragma semicolon 1

new const g_szPluginName[ ] = "Knife Speed";
new const 
g_szPluginVersion[ ] = "1.0";
new const 
g_szPluginAuthor[ ] = "Chema";

//new const g_szChatPrefix[ ] = "^3[ www.clan99.net ]^1 ";
//new const g_szConsolePrefix[ ] = "[ www.clan99.net ]";
//new const g_szWebsiteUrl[ ] = "www.clan99.net";

public plugin_init( ) {

    
/* Register Plugin & Cvars */
    
register_pluging_szPluginNameg_szPluginVersiong_szPluginAuthor );

    
RegisterHamHam_CS_Item_GetMaxSpeed"weapon_knife""OnPlayer_GetMaxSpeed");
}

public 
OnPlayer_GetMaxSpeed( ) {

    
SetHamReturnFloat450.0 );
    return 
HAM_SUPERCEDE;


Gracias Chema! lo pruebo y te aviso Mario
Corazón I dream of someday being able to have your near. Corazón
[Imagen: 76561199006140497.png]
Responder
#4
*eliminar*
Responder
#5
(29/11/2019, 08:17 PM)Chema escribió: *eliminar*

No funciono Chema el plugin esta puesto pero no da la velocidad
Corazón I dream of someday being able to have your near. Corazón
[Imagen: 76561199006140497.png]
Responder
#6
Así deberia andar creo
Código PHP:
#include <amxmodx>
#include <amxmisc>
#include <fakemeta_util>


public plugin_init() {
    
register_plugin("Knife Speed""v1.0""heNK'");
    
    
register_event("CurWeapon","event_curweapon","be")
}

public 
event_curweapon(id)
{
    new 
weaponIdclipammo;
    
weaponId get_user_weapon(idclipammo);
    
    if(
weaponId == CSW_KNIFE
        
fm_set_user_maxspeed(id450.0);
    

Responder
#7
(30/11/2019, 12:05 PM)Niper.-. escribió: Así deberia andar creo
Código PHP:
#include <amxmodx>
#include <amxmisc>
#include <fakemeta_util>


public plugin_init() {
    
register_plugin("Knife Speed""v1.0""heNK'");
    
    
register_event("CurWeapon","event_curweapon","be")
}

public 
event_curweapon(id)
{
    new 
weaponIdclipammo;
    
weaponId get_user_weapon(idclipammo);
    
    if(
weaponId == CSW_KNIFE
        
fm_set_user_maxspeed(id450.0);
    


Gracias Niper lo probaré y te aviso Mario
Corazón I dream of someday being able to have your near. Corazón
[Imagen: 76561199006140497.png]
Responder
#8
(30/11/2019, 10:55 AM)andres_1041 escribió:
(29/11/2019, 08:17 PM)Chema escribió: *eliminar*

No funciono Chema el plugin esta puesto pero no da la velocidad

El plugin lo acabo de probrar y da la velocidad...
Responder
#9
(30/11/2019, 03:48 PM)Chema escribió:
(30/11/2019, 10:55 AM)andres_1041 escribió:
(29/11/2019, 08:17 PM)Chema escribió: *eliminar*

No funciono Chema el plugin esta puesto pero no da la velocidad

El plugin lo acabo de probrar y da la velocidad...

A mi no me funciono pero de todas maneras gracias por ayudarme
Corazón I dream of someday being able to have your near. Corazón
[Imagen: 76561199006140497.png]
Responder
#10
(30/11/2019, 03:51 PM)andres_1041 escribió:
(30/11/2019, 03:48 PM)Chema escribió:
(30/11/2019, 10:55 AM)andres_1041 escribió:
(29/11/2019, 08:17 PM)Chema escribió: *eliminar*

No funciono Chema el plugin esta puesto pero no da la velocidad

El plugin lo acabo de probrar y da la velocidad...

A mi no me funciono pero de todas maneras gracias por ayudarme

Bueno, suerte pacman
Responder
#11
(30/11/2019, 04:07 PM)Chema escribió:
(30/11/2019, 03:51 PM)andres_1041 escribió:
(30/11/2019, 03:48 PM)Chema escribió:
(30/11/2019, 10:55 AM)andres_1041 escribió:
(29/11/2019, 08:17 PM)Chema escribió: *eliminar*

No funciono Chema el plugin esta puesto pero no da la velocidad

El plugin lo acabo de probrar y da la velocidad...

A mi no me funciono pero de todas maneras gracias por ayudarme

Bueno, suerte pacman

Chema, el plugin si sirvió el que no sirvió fui yo, puse el nombre mal en el plugins.ini :V
Corazón I dream of someday being able to have your near. Corazón
[Imagen: 76561199006140497.png]
Responder
#12
(30/11/2019, 04:49 PM)andres_1041 escribió:
(30/11/2019, 04:07 PM)Chema escribió:
(30/11/2019, 03:51 PM)andres_1041 escribió:
(30/11/2019, 03:48 PM)Chema escribió:
(30/11/2019, 10:55 AM)andres_1041 escribió: No funciono Chema el plugin esta puesto pero no da la velocidad

El plugin lo acabo de probrar y da la velocidad...

A mi no me funciono pero de todas maneras gracias por ayudarme

Bueno, suerte pacman

Chema, el plugin si sirvió el que no sirvió fui yo, puse el nombre mal en el plugins.ini :V

Roflmao
Responder


Salto de foro:


Usuarios navegando en este tema: 1 invitado(s)