mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-04 00:36:14 +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")
|