Jump to content

how can i auto start debugscript on start?


mrvicio

Recommended Posts

hi all, im trying to get the "debugscript 3" inmediatly after connect, how can i do this?

i have tried on client side:

executeCommandHandler ( "debugscript","3") 
  
--and 
  
executeCommandHandler ( "debugscript 3") 

and on server side

  
addEventHandler ( "onPlayerJoin", getRootElement(), function()  
     
executeCommandHandler(source,"debugscript 3") 
--and 
executeCommandHandler(source,"debugscript", "3") 
end) 
  

and any of that functions works :S

How can i do that?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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