В какой то момент скрипт просто не отсылает инвайт, почему? Благодарен каждому
сам код
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(0) end
active = 0
sampRegisterChatCommand('jinv', jobinvite)
while true...