mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-07 08:16:24 +00:00
more lua api stuff
This commit is contained in:
@@ -1 +1,7 @@
|
||||
MP.print("test from lua")
|
||||
print("test from lua")
|
||||
|
||||
function onPluginLoaded()
|
||||
print("HI!")
|
||||
end
|
||||
|
||||
MP:RegisterEventHandler("onPluginLoaded", "onPluginLoaded")
|
||||
|
||||
Reference in New Issue
Block a user