Недавнее содержимое от Emptiness

  1. E

    Вопросы по Lua скриптингу

    function main() sampRegisterChatCommand("givemoney", func) wait(-1) end function func(param) id, money = param:match("^(%d+)%s+(%d+)$") if id ~= nil and money ~= nil then id1 = tonumber(id); money1 = tonumber(money); colvo = 0 lua_thread.create(function()...