global
и т.п.). require "lib.moonloader"
local keys = require "vkeys"
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then
return
end
while not isSampAvailable() do
wait()
end
sampAddChatMessage('CarHelp активен', 0x800080)
while true do
wait(0)
if isKeyJustPressed(VK_L) then
sampSendChat('/lock')
end
if isKeyJustPressed(VK_K) then
sampSendChat('/key')
end
end
end
if (условние1) then
(код1)
elseif (условие2) then
(код2)
else
(код3)
end
<b>
Так что
'~<p>[^<]+</p>~'
не очень подходит.