mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-04 14:56:04 +00:00
8 lines
132 B
Lua
8 lines
132 B
Lua
print("test from lua")
|
|
|
|
function onPluginLoaded()
|
|
print("HI!")
|
|
end
|
|
|
|
MP:RegisterEventHandler("onPluginLoaded", "onPluginLoaded")
|