Jump to content

Se puede hacer esto?


Kronos

Recommended Posts

Posted

Que tiene que ver el exp_system con ganar dinero?

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

Si queres que al matar un jugador te de dinero, usa esto:

addEventHandler ( "onPlayerWasted", root, 
    function ( _, killer ) 
        if ( killer and killer ~= source and getElementType ( killer ) == "player" ) then 
            givePlayerMoney ( killer, 500 ) 
        end 
    end 
) 

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

supongo que queres hacer que gane dinero segun la exp

es decir si tiene 20 de exp que gane $2000, pero si tiene 50 de exp que gane $5000 ?

si es asi, tendrias que obtener la exp que tiene el jugador, y hay hacer las condiciones

n-560x95_FFFFFF_FFFFFF_000000_000000.png
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...