Skip to content

Conversation

@CrosRoad95
Copy link
Collaborator

Goal of this pr is to provide legacy support for server side scripts

print("print hello world");
outputDebugString("outputDebugString hello world");

local eventAdded = addEventHandler("onResourceStart", root, function(startedResource)
    print("lua started", getResourceName(startedResource))
end)

print("eventAdded", eventAdded)

image

@CrosRoad95 CrosRoad95 added the enhancement New feature or request label Oct 10, 2024
@CrosRoad95 CrosRoad95 added this to the Slipe Server Scripting milestone Oct 10, 2024
@CrosRoad95 CrosRoad95 requested a review from a team as a code owner October 10, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant