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

[PEDIDO] Plugin que te da $16000 cada ronda


  
 
 
Thread Tools Display Modes
Author Message
MexPower
Veteran Member
Join Date: Nov 2012
Old 12-13-2012 , 17:54   [PEDIDO] Plugin que te da $16000 cada ronda
#1

Bueno gente estoy buscando el plugin que cada ronda te cambia el dinero a $16000 lo he estado buscando y no lo encuentro, el unlimited_money me marca error:S... Alguien sabe como se llama o me pasa el link?
MexPower is offline
xGreat
Senior Member
Join Date: Jul 2012
Location: Chilean
Old 12-13-2012 , 18:02   Re: [PEDIDO] Plugin que te da $16000 cada ronda
#2

Si , Buscándolo bien por google , como no encuentras un plugin tan sencillo .
__________________
Mi 255
WwW.HnsBJz.Tk = MI FORO

xGreat is offline
Send a message via MSN to xGreat
MexPower
Veteran Member
Join Date: Nov 2012
Old 12-13-2012 , 18:06   Re: [PEDIDO] Plugin que te da $16000 cada ronda
#3

Looseee, no lo encuentro mrd
MexPower is offline
r0ma
Senior Member
Join Date: Apr 2012
Location: Great Tomb of Nazarick
Old 12-13-2012 , 18:09   Re: [PEDIDO] Plugin que te da $16000 cada ronda
#4

Quote:
Originally Posted by xGreat View Post
Si , Buscándolo bien por google , como no encuentras un plugin tan sencillo .
Deja de postear mierda es 1 pedido si no vas a aportar ni te calentes en postear
__________________
Discord:FluffyDeveloper#4753
Github: https://github.com/francoromaniello
AMX-ES: https://amxmodx-es.com/r0ma'
r0ma is offline
Send a message via MSN to r0ma
MexPower
Veteran Member
Join Date: Nov 2012
Old 12-13-2012 , 18:38   Re: [PEDIDO] Plugin que te da $16000 cada ronda
#5

Ya lo Encontre Gracias
MexPower is offline
el999gonzalo
BANNED
Join Date: Aug 2012
Old 12-13-2012 , 20:20   Re: [PEDIDO] Plugin que te da $16000 cada ronda
#6

postealo , a alguien le podra servir
el999gonzalo is offline
Manu127
Veteran Member
Join Date: Jul 2010
Location: Argentina
Old 12-14-2012 , 03:24   Re: [PEDIDO] Plugin que te da $16000 cada ronda
#7

Quote:
Originally Posted by el999gonzalo View Post
postealo , a alguien le podra servir
PHP Code:
#include <amxmodx>
#include <cstrike>
#include <hamsandwich>

public plugin_init( )
{
    
register_plugin"Money","1.0","Manu" )
    
    
RegisterHamHam_Spawn,"player","fw_PlayerSpawn",)
}

public 
fw_PlayerSpawnid  )
{
    if( !
is_user_aliveid ) )
        return 
HAM_IGNORED;
    
    
cs_set_user_moneyid,16000,false )
    
    return 
HAM_IGNORED;

__________________

Last edited by Manu127; 12-14-2012 at 03:25.
Manu127 is offline
Send a message via MSN to Manu127 Send a message via Skype™ to Manu127
fpA
Senior Member
Join Date: May 2011
Location: Zaragoza
Old 12-14-2012 , 08:33   Re: [PEDIDO] Plugin que te da $16000 cada ronda
#8

Quote:
Originally Posted by Manu127 View Post
PHP Code:
#include <amxmodx>
#include <cstrike>
#include <hamsandwich>

public plugin_init( )
{
    
register_plugin"Money","1.0","Manu" )
    
    
RegisterHamHam_Spawn,"player","fw_PlayerSpawn",)
}

public 
fw_PlayerSpawnid  )
{
    if( !
is_user_aliveid ) )
        return 
HAM_IGNORED;
    
    
cs_set_user_moneyid,16000,false )
    
    return 
HAM_IGNORED;

Tu code da $16000 cada vez que el player spawnea, el pedia cada vez que comience la ronda, no te digo que esta mal, pero por lo que lei, el no pedia eso.

Mi code no se si estara bien, porque no lo testee, pero creo que funciona.

PHP Code:
#include <amxmodx>
#include <cstrike>

new maxplayers
new gcvarMoney

public plugin_init()
{
    new const 
Nombre[] = "Dinero (xRonda)"
    
new const Version[] = "1.0"
    
new const Creador[] = "Kriiux"

    
maxplayers get_maxplayers()

    
gcvarMoney register_cvar("DineroxRonda""16000")

    
register_plugin(NombreVersionCreador)

    
register_logevent("roundstart"2"1=Round_Start")
}

public 
roundstart()
{
    for(new 
index 1index <= maxplayersindex++)
    {
        if(!
is_user_alive(index))
        {
            return
        }

        
cs_set_user_money(indexget_pcvar_num(gcvarMoney))
    }

    
client_print(0print_chat"[Dinero] Todos los jugadores ganan $%d."get_pcvar_num(gcvarMoney))


Last edited by fpA; 12-14-2012 at 08:34.
fpA is offline
Send a message via Skype™ to fpA
rak
Veteran Member
Join Date: Oct 2011
Location: banned country
Old 12-14-2012 , 11:21   Re: [PEDIDO] Plugin que te da $16000 cada ronda
#9

PHP Code:
        if(!is_user_alive(index))
        {
            return
        } 
epic fail
__________________

www.amxmodx-es.com

Steam: Luchokoldo
rak is offline
Send a message via MSN to rak Send a message via Skype™ to rak
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 12-14-2012 , 11:44   Re: [PEDIDO] Plugin que te da $16000 cada ronda
#10

Si vamos por lógica, si solo utiliza el modo común default del CS , el plugin de manu debería ir , ya que el usuario cuando muere solo spawnea cuando la ronda vuelve a iniciar.
__________________
ATWWMH - MiniDuels
Madness is like gravity, just need a little push.
lucas_7_94 is offline
Send a message via Skype™ to lucas_7_94
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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