Jump to content

Si me podrian ayudar con este comando?


Simonboy

Recommended Posts

Posted

No me agarra por favor si me podrian decir el error. quiero que el comando se active al logearse el player.

function comandologin () 
  
addEventHandler("onPlayerLogin",root,function() addCommandHandler("skin",comandologin) end ) 
  

Admin ,owner,scripter(learning) and create skins in:

n-560x95.png

Posted

Se active o se ejecute como si pusiera "/skin"?

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

Se active o se ejecute como si pusiera "/skin"?

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

Se ejecute al logearse el player. solidsnake pero no me agarra automaticamente sin que el player lo tenga que escribirlo

Admin ,owner,scripter(learning) and create skins in:

n-560x95.png

Posted
addEventHandler ( "onPlayerLogin", root, 
    function ( ) 
        executeCommandHandler ( "skin", source ) 
    end 
) 

Tendras que darle permisos en el ACL para poder usar la funcion: executeCommandHandler.

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.

  • Recently Browsing   0 members

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