-
-
Save pdr52/5eb0761ac7f6246ce52192b6f18c9eb3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
script_name("test_1") | |
script_author("-") | |
local hook = require('lib.samp.events') | |
function main() | |
if (not isSampLoaded()) then return end | |
while not isSampAvailable() do wait(100) end | |
sampAddChatMessage("loaded", 0x00FF00); | |
end | |
function hook.onCreateObject (objectid, data) | |
-- | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment