- 42
- 19
- Версия MoonLoader
- Другое
поч функция не пашет?
Lua:
function sampev.onServerMessage(color, text)
if text:find('я голодный') or text:find('я пиздец как голодный') then
if eatchoice == 0 then
sampSendChat("/eat")
wait(900)
sampSendDialogResponse(3303, 1, 1, nil)
wait(900)
sampAddChatMessage('Я покушал чипсы', -1)
end
elseif eatchoice == 1 then
sampSendChat("/eat")
wait(900)
sampSendDialogResponse(3303, 1, 2, nil)
wait(900)
sampAddChatMessage('Я покушал рыбу', -1)
end
end