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
How can i do that?