Есть сервак такой.. тап випка тачку призывает..
как использовать? тип молитву прочитал.
samp = requier 'samp.events'
function main() wait(-1) end
function samp.onSendDialogResponse(id, button, list, input)
if id == 298 or id == 499 then
if list == 0 then
lua_thread.create(function()
wait(40)
sampSendChat('/me призвал личный транспорт прочитав молитву.')
sampSendChat('- Вжух!')
end)
end
end
end
как использовать? тип молитву прочитал.
samp = requier 'samp.events'
function main() wait(-1) end
function samp.onSendDialogResponse(id, button, list, input)
if id == 298 or id == 499 then
if list == 0 then
lua_thread.create(function()
wait(40)
sampSendChat('/me призвал личный транспорт прочитав молитву.')
sampSendChat('- Вжух!')
end)
end
end
end